Coda MCP Server
@orellazri
About Coda MCP Server
MCP Server for Coda
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"coda": {
"command": "npx",
"args": [
"-y",
"coda-mcp@latest"
],
"env": {
"API_KEY": "..."
}
}
}
}Tools
19List or search available documents
List pages in the current document with pagination
Create a page in the current document
Get the content of a page as markdown
Peek into the beginning of a page and return a limited number of lines
Replace the content of a page with new markdown content
Append new markdown content to the end of a page
Duplicate a page in the current document
Rename a page in the current document
Resolve metadata given a browser link to a Coda object
List tables in a document
List columns in a table
List rows in a table with optional filtering and sorting
Get a single row from a table
Insert or upsert rows into a table
Update a single row in a table
Delete a single row from a table
Delete multiple rows from a table
Push a button column on a row in a table
Overview
What is Coda MCP Server?
Coda MCP Server is a community-built Model Context Protocol (MCP) server that bridges AI assistants to the Coda API. It lets an MCP client list, create, read, update, duplicate, and rename Coda pages, as well as manage tables and rows.
How to use Coda MCP Server?
Add the server to your MCP client (e.g., Cursor, Claude Desktop) by providing an API_KEY environment variable. Run it via npx -y coda-mcp@latest or with Docker: docker run -i --rm -e API_KEY reaperberri/coda-mcp:latest. For local development, clone the repo, install dependencies with pnpm, and build with pnpm build.
Key features of Coda MCP Server
- List all documents and pages with pagination
- Create, read, update, and replace page content
- Append markdown content to existing pages
- Duplicate and rename pages
- List tables, columns, and rows with filtering
- Insert, upsert, update, and delete rows
- Push button columns on table rows
Use cases of Coda MCP Server
- An AI assistant manages a knowledge base of Coda pages
- Automatically update documentation by appending or replacing page content
- Synchronize data between an external tool and Coda tables
- Duplicate and rename pages as part of a content workflow
- Peek into page beginnings to summarize or check content
FAQ from Coda MCP Server
Is this server an official Coda product?
No, this MCP server is not developed or maintained by Coda; it is a community-built project.
How do I provide my Coda API key?
Set the API_KEY environment variable when configuring the server (e.g., in the MCP client configuration JSON).
What transport protocol does the server use?
The server communicates over standard input/output (stdio).
What are the prerequisites for local setup?
You need Node.js and pnpm installed. After cloning the repository, run pnpm install and pnpm build.
How can I run the server with Docker?
Use the provided MCP configuration: set the Docker command to docker run -i --rm -e API_KEY reaperberri/coda-mcp:latest and provide your API key via environment variable.
Frequently asked questions
Is this server an official Coda product?
No, this MCP server is not developed or maintained by Coda; it is a community-built project.
How do I provide my Coda API key?
Set the `API_KEY` environment variable when configuring the server (e.g., in the MCP client configuration JSON).
What transport protocol does the server use?
The server communicates over standard input/output (stdio).
What are the prerequisites for local setup?
You need Node.js and pnpm installed. After cloning the repository, run `pnpm install` and `pnpm build`.
How can I run the server with Docker?
Use the provided MCP configuration: set the Docker command to `docker run -i --rm -e API_KEY reaperberri/coda-mcp:latest` and provide your API key via environment variable.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments