Skip to content
Grok

Call Copilot for Grok

io.github.anisurrahmann/call-copilot

Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.

client:Grok transport:stdio runtime:pypi

Install Call Copilot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "call-copilot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "call-copilot"
      ]
    }
  }
}

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

Call Copilot in other clients