Frame0 MCP Server

[Frame0](https://frame0.app/) is a Balsamiq-alternative wireframe tool for modern apps. **Frame0 MCP Server** allows you for creating and modifying

Local serverstdio

What is the Frame0 MCP server?

Frame0 mcp server lets Claude, Cursor and other MCP clients work with Frame0 directly. Frame0 is a Balsamiq-alternative wireframe tool for modern apps. Frame0 MCP Server allows you for creating and modifying wireframes in Frame0 by prompting.

What Frame0 does

Frame0 is a Balsamiq-alternative wireframe tool for modern apps. Frame0 MCP Server allows you for creating and modifying wireframes in Frame0 by prompting.

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • 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

Installing the frame0 mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Frame0 sits in that group, and the shape of its toolset — create_frame, create_ellipse, create_line among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use Frame0.
  • Maintained by niklauslee.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the frame0 mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
create_framecreate_rectangle
create_ellipsecreate_text
create_linecreate_polygon
create_connectorcreate_icon
create_imageupdate_shape
duplicate_shapedelete_shape
search_iconsmove_shape
align_shapesgroup
ungroupset_link
export_shape_as_imageadd_page
update_pageduplicate_page
delete_pageget_current_page_id
set_current_page_by_idget_page
get_all_pagesexport_page_as_image

How to install the Frame0 MCP server

{
  "mcpServers": {
    "frame0-mcp-server": {
      "command": "npx",
      "args": ["-y", "frame0-mcp-server"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Frame0 to create frame.
  • Use Frame0 to create ellipse.
  • Use Frame0 to create line.

Frequently asked questions

It connects Frame0 to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (create_frame, create_ellipse, create_line, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Frame0 directly.