Skip to content
Grok

Example MCP Server for Grok

io.github.mctx-ai/example-mcp-server

Build complete Apps with our framework — study or fork this reference implementation. Covers all @mc

client:Grok transport:sse

Install Example MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "example-mcp-server": {
      "type": "sse",
      "url": "https://example-mcp-server.mctx.ai/v1.3.2"
    }
  }
}

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

Example MCP Server in other clients