Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"coda": {
"env": {
"CODA_API_KEY": "your-coda-api-key-here"
},
"args": [
"coda-mcp-server"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides seamless integration between Claude and Coda.io, enabling AI-powered document automation and data manipulation.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'dotenv-cli' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked dotenv-cli against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP Security Weekly
Get CVE alerts and security updates for Coda Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides seamless integration between Claude and Coda.io, enabling AI-powered document automation and data manipulation.
Note: This is an unofficial MCP server developed by TJC L.P. and is not affiliated with, endorsed by, or supported by Coda. For official Coda support and documentation, please visit coda.io.
Note: Version 1.1.0+ uses
snake_casefield names (e.g.,browser_linkinstead ofbrowserLink) for Python ecosystem compatibility. See CHANGELOG for migration details if upgrading from 1.0.x.
begin_page_content_export and get_page_content_export_statusupsert_rowsThe Coda MCP server is available on PyPI and can be installed directly using uvx (recommended) or pip:
# Using uvx (no installation needed, just run)
uvx coda-mcp-server
# Or install globally with pip
pip install coda-mcp-server
Clone the repository
git clone https://github.com/TJC-LP/coda-mcp-server.git
cd coda-mcp-server
Install dependencies
uv sync
Set your API key as an environment variable (see Configuration section below)
For using with Claude Code during development:
Set your API key as a shell environment variable:
# Add to your shell profile (~/.zshrc, ~/.bashrc, etc.)
export CODA_API_KEY="your-coda-api-key-here"
# Or set it for the current session
export CODA_API_KEY="your-coda-api-key-here"
MCP configuration is already included!
The repository includes a .mcp.json file that automatically configures the