Skip to content
Grok

mcpforge for Grok

io.github.saagpatel/mcpforge

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

client:Grok transport:stdio runtime:pypi

Install mcpforge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcpforge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-builder"
      ]
    }
  }
}

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

mcpforge in other clients