Skip to content
Grok

genable mcp for Grok

io.github.musepy/genable-mcp

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

client:Grok transport:stdio runtime:npm

Install genable mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

genable mcp in other clients