Skip to content
VS Code

Figranium MCP for VS Code

io.github.figranium/figranium-mcp

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

client:VS Code transport:stdio runtime:npm

Install Figranium MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Figranium MCP in other clients