Skip to content
Grok

Althea MCP for Grok

io.github.tiptreesystems/althea-mcp

Connect coding agents to your Althea and, through her, a consent-first network of ML researchers.

client:Grok transport:stdio runtime:pypi

Install Althea MCP in Grok

.mcp.json (in your project root)

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

Althea MCP in other clients