[Frame0](https://frame0.app/) is a Balsamiq-alternative wireframe tool for modern apps. **Frame0 MCP Server** allows you for creating and modifying
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.
Frame0 is a Balsamiq-alternative wireframe tool for modern apps. Frame0 MCP Server allows you for creating and modifying wireframes in Frame0 by prompting.
Once connected, the assistant can call these 14 tools directly:
create_frame — create_rectanglecreate_ellipse — create_textcreate_line — create_polygoncreate_connector — create_iconcreate_image — update_shapeduplicate_shape — delete_shapesearch_icons — move_shapealign_shapes — groupungroup — set_linkexport_shape_as_image — add_pageupdate_page — duplicate_pagedelete_page — get_current_page_idset_current_page_by_id — get_pageget_all_pages — export_page_as_imageSetup 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.
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.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"frame0-mcp-server": {
"command": "npx",
"args": ["-y", "frame0-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.