mcpbeat Sign in

MCP Coda MCP Server

local only

MCP Coda runs on your own machine — the client starts it, so there is no endpoint to ping. 264 installs a week from pypi. Last commit 23 Aug 2026.

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

Installs per day peak 285 · avg 60 · -52% w/w
a month agotoday
264
Installs / week
pypi · mcp-coda
2
Stars
3 open issues
23 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Coda every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-coda -- uvx mcp-coda
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-coda": {
      "args": [
        "mcp-coda"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-coda]
command = "uvx"
args = ["mcp-coda"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-coda": {
      "args": [
        "mcp-coda"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-coda": {
      "args": [
        "mcp-coda"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CODA_API_TOKEN (Coda API token (also accepts CODA_TOKEN or CODA_PAT)), CODA_READ_ONLY (Restrict to read-only operations (true/false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Coda

same job, measured the same way
Web Task
by rich-jojo

Browser tasks, sessions, and recipes for MCP and HTTP automation.

82 installs/wk local only
Web Task
by jojo-labs

Browser tasks, sessions, and recipes for MCP and HTTP automation.

local only
MCP Server for Excel
by sbroenne

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only

MCP Coda — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Coda?
MCP Coda runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-coda was installed 264 times last week.
How do I connect MCP Coda?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-coda straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Coda?
The pypi package mcp-coda was installed 264 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Coda open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.