MCP Coda
Rank #6,538io.github.vish288/mcp-coda
MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.
MCP Coda is a Model Context Protocol (MCP) server published by vish288. It ranks #6,538 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Coda is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 109,053 of 115,591 servers on MCP Toplist.
Use MCP Coda
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-coda -e "CODA_API_TOKEN=<your CODA_API_TOKEN>" -e "CODA_READ_ONLY=<your CODA_READ_ONLY>" -- uvx mcp-codaReplace each placeholder with your own value before saving.
[mcp_servers.mcp-coda]
command = "uvx"
args = ["mcp-coda"]
[mcp_servers.mcp-coda.env]
CODA_API_TOKEN = "<your CODA_API_TOKEN>"
CODA_READ_ONLY = "<your CODA_READ_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-coda": {
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<your CODA_API_TOKEN>",
"CODA_READ_ONLY": "<your CODA_READ_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-coda": {
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<your CODA_API_TOKEN>",
"CODA_READ_ONLY": "<your CODA_READ_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-coda": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<your CODA_API_TOKEN>",
"CODA_READ_ONLY": "<your CODA_READ_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-coda": {
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<your CODA_API_TOKEN>",
"CODA_READ_ONLY": "<your CODA_READ_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-coda": {
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<your CODA_API_TOKEN>",
"CODA_READ_ONLY": "<your CODA_READ_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vish288%2Fmcp-coda)<a href="https://mcptoplist.com/server/io.github.vish288%2Fmcp-coda"><img src="https://mcptoplist.com/badge/io.github.vish288%2Fmcp-coda.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
vish288
Other servers by vish288
View all vish288 servers →Available versions (9)
| Version | Published |
|---|---|
| 0.5.3 | Aug 22, 2026 |
| 0.5.2 | Jul 8, 2026 |
| 0.4.14 | Mar 5, 2026 |
| 0.4.13 | Mar 3, 2026 |
| 0.4.12 | Feb 27, 2026 |
| 0.4.11 | Feb 27, 2026 |
| 0.4.8 | Feb 27, 2026 |
| 0.4.7 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Coda?
- MCP Coda is maintained by vish288, which publishes 3 MCP servers (28 total versions) tracked on MCP Toplist.
- Is MCP Coda listed on the Official MCP Registry?
- Yes — MCP Coda is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Coda have?
- MCP Toplist tracks 9 versions of MCP Coda, most recently published on Aug 22, 2026.
- Where can I find the source code for MCP Coda?
- The source code for MCP Coda is hosted at github.com/vish288/mcp-coda.