McpMux
Back to Registry

Coda (npx) MCP Server

Community

Contributed by orellazri

Manage Coda docs, pages, tables, and rows. List documents, read and write table data, and create new pages.

About the Coda (npx) MCP Server

The Coda (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Coda docs, pages, tables, and rows. List documents, read and write table data, and create new pages. This is a community-contributed MCP server by orellazri.

Install the Coda (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "coda-mcp@latest"
  ],
  "env": {
    "API_KEY": "${input:API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "API_KEY",
        "label": "Coda API Key",
        "description": "API token for the Coda platform.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "obtain": {
          "url": "https://coda.io/account",
          "instructions": "1. Go to coda.io/account\n2. Scroll to 'API settings'\n3. Click 'Generate API token'\n4. Copy the token",
          "button_label": "Generate Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

codadocstablesspreadsheetcollaboration

Supported AI Clients

The Coda (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Coda (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.