Skip to content
Cursor

Figranium MCP for Cursor

io.github.figranium/figranium-mcp

MCP server for creating, running, inspecting, and scheduling Figranium browser automations.

client:Cursor transport:stdio runtime:npm

Install Figranium MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "figranium-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "figranium-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Figranium MCP in other clients