Skip to main content

Proofly MCP - Docs

Proofly MCP lets an AI assistant drive Framer over the Model Context Protocol: reading your project, editing layout and content, running audits, and exporting code through 137 tools. Completely free.

New to the plugin? Start with the MCP overview or browse all Proofly docs.

Setup

  1. Install Proofly MCP from the Framer Marketplace.
  2. Open the plugin in the canvas. It shows your MCP URL and your project credentials: a projectId and a secret.
  3. Add the server to your AI client (configs below), using the exact URL shown in your plugin.
  4. Paste your projectId and secret into the assistant so it can include them in each tool call.

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "framer": {
      "type": "http",
      "url": "https://mcp.proofly.ae/mcp"
    }
  }
}

Cursor

Add the same server to .cursor/mcp.json in your project, or ~/.cursor/mcp.json for all projects:

{
  "mcpServers": {
    "framer": {
      "url": "https://mcp.proofly.ae/mcp"
    }
  }
}

Example prompts

Tool categories

For the full, always-current catalog, ask the assistant to run generateToolCatalog, which emits the list from the live registry.

Going further