Create and modify wireframes in the Frame0 app through natural language prompts.
Frame0 is a Balsamiq-alternative wireframe tool for modern apps. Frame0 MCP Server allows you for creating and modifying wireframes in Frame0 by prompting.
Prerequisite:
Setup for Claude Desktop in claude_desktop_config.json
as below:
{
"mcpServers": {
"frame0-mcp-server": {
"command": "npx",
"args": ["-y", "frame0-mcp-server"]
}
}
}
You can use --api-port=<port>
optional parameter to use another port number for Frame0's API server.
create_frame
create_rectangle
create_ellipse
create_text
create_line
create_polygon
create_connector
create_icon
create_image
update_shape
duplicate_shape
delete_shape
search_icons
move_shape
align_shapes
group
ungroup
set_link
export_shape_as_image
add_page
update_page
duplicate_page
delete_page
get_current_page_id
set_current_page_by_id
get_page
get_all_pages
export_page_as_image
npm run build
.claude_desktop_config.json
in Claude Desktop as below.{
"mcpServers": {
"frame0-mcp-server": {
"command": "node",
"args": ["<full-path-to>/frame0-mcp-server/build/index.js"]
}
}
}
MCP server for Autodesk Maya
A framework for AI-powered command execution and a plugin-based tool system. It can be run as a standalone service or embedded in other projects to expose a consistent API for invoking tools and managing tasks.
A GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilities with AI assistants.
A flexible MCP server that executes arbitrary command-line tools defined in a configuration file.
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
Provides LLM access to the Cucumber Studio testing platform for managing and executing tests.
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
Interacting with Phabricator API
A TypeScript library for integrating MCP with tools like LangChain and Zod, providing helpers for schema conversion and event streaming.
An image generation server that connects to a local ComfyUI instance via its API, supporting dynamic workflows.