Skip to content
Grok

Sprout MCP for Grok

io.github.mepsopti/sprout-mcp

Model-tiered content pipeline — cheap models seed, expensive models verify

client:Grok transport:stdio runtime:pypi

Install Sprout MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sprout-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sprout-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

Sprout MCP in other clients