Official Model Context Protocol (MCP) server for Figranium. Connects Claude, ChatGPT, and AI agents directly to Figranium tools and workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"figranium-mcp": {
"command": "npx",
"args": [
"-y",
"figranium/figranium-mcp"
]
}
}
}
Run in terminal:
claude mcp add figranium-mcp npx -y figranium/figranium-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"figranium-mcp": {
"command": "npx",
"args": [
"-y",
"figranium/figranium-mcp"
]
}
}
}