Skip to content
Grok

Example App for Grok

io.github.mctx-ai/example-app

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

client:Grok transport:sse

Install Example App in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "example-app": {
      "type": "sse",
      "url": "https://example-app.mctx.ai/v1.3.4"
    }
  }
}

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 App in other clients