Skip to content
Grok

mcp coda for Grok

io.github.vish288/mcp-coda

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

client:Grok transport:stdio runtime:pypi

Install mcp coda in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-coda": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-coda"
      ],
      "env": {
        "CODA_API_TOKEN": "<CODA_API_TOKEN>",
        "CODA_READ_ONLY": "<CODA_READ_ONLY>"
      }
    }
  }
}

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

mcp coda in other clients