Coda MCP Server

mcp-coda is a Model Context Protocol (MCP) server for the Coda API - 54 tools, 12 resources, and 5 prompts covering docs, pages, tables, rows, formulas, controls, permissions, folders, publishing, automations, and analytics. Works with Claude Desktop, Claude Code, Cursor, Windsurf, VS Code Copilot, and any MCP-compatible client. Its 40 documented tools cover coda, page, doc, rows.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 2 · #91 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Coda

before you install - you'll need

CODA_API_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add vish288-mcp-coda -- uvx mcp-coda

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "vish288-mcp-coda": {
      "command": "uvx",
      "args": [
        "mcp-coda"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-coda - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.vish288 is GitHub-verified and matches the repo owner

03 · What Coda can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get current user info, convert browser URL to API IDs, check async write status, and get remaining rate limit budget.

Capability map

Tools grouped from the project's README - what Coda lets an agent do.

Coda

37 tools - e.g. Get current user info; Convert browser URL to API IDs; Check async write status

coda_whoami · coda_resolve_browser_link · coda_get_mutation_status · coda_rate_limit_budget · coda_list_docs · coda_get_doc…

auth & access

3 tools - e.g. List ACL entries; Grant access; Revoke access

coda_list_permissions · coda_add_permission · coda_delete_permission

Latest releases

v0.5.3 · 2026-08-22

bump mcp from 1.26.0 to 1.28.1 in the uv group across 1 directory · bump cryptography from 48.0.1 to 50.0.0 in the uv group across 1 directory

v0.5.2 · 2026-07-08

bump pydantic-settings from 2.13.1 to 2.14.2 in the uv group across 1 directory · bump actions/checkout from 6 to 7

v0.5.1 · 2026-06-16

sync server.json and gemini-extension.json with release version

04 · Who maintains Coda

mcp-coda is maintained by vish288. We track 3 MCP servers from vish288 - 3 actively maintained, 11 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from vish288.

  1. mcp-gitlab MCP server for GitLab API - projects, MRs, pipelines, CI/CD, approvals, issues, code review. ★ 6
  2. mcp-atlassian-extended MCP server for Jira and Confluence - sprints, agile boards, attachments, versions, calendars. ★ 3

05 · Facts

category
automation - ranked #91 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-22)
registry
io.github.vish288/mcp-coda (active, first published 2026-02-27 · 10 versions)
packages
pypi:mcp-coda

06 · Coda FAQ

Is Coda still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 4 releases in the last 90 days. We re-verify nightly.

What can Coda do?

With this server connected, an agent can get current user info, convert browser URL to API IDs, check async write status, and get remaining rate limit budget.

How do I install Coda?

Run `uvx mcp-coda`. The README documents one environment variable (CODA_API_TOKEN) to set first. You can also paste the ready-made client config above.

Does Coda run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Coda

More automation MCP servers · Humane Proxy · Cookidoo MCP · Halo PSA · NoteStore Lab MCP · SourceHarbor MCP

More Python MCP servers · GitLab · Canvas MCP (vishalsachdev) · Ru Marketplace MCP · LLM Sandbox · see all