Skip to content
Claude Desktop

FormBro for Claude Desktop

io.github.jackyzhang69/formbro

MCP server for FormBro Canadian immigration application automation.

client:Claude Desktop transport:streamable-http runtime:npm

Install FormBro in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "formbro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.formbro.ca/mcp?toolsets=system,read,validate"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

FormBro in other clients