Figranium MCP for Claude Desktop
io.github.figranium/figranium-mcp
MCP server for creating, running, inspecting, and scheduling Figranium browser automations.
client:Claude Desktop
transport:stdio
runtime:npm
Install Figranium MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"figranium-mcp": {
"command": "npx",
"args": [
"-y",
"figranium-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs