Skip to content
Gemini CLI

mcp coda for Gemini CLI

io.github.vish288/mcp-coda

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

client:Gemini CLI transport:stdio runtime:pypi

Install mcp coda in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp coda in other clients