mcp coda for Cursor
io.github.vish288/mcp-coda
MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.
client:Cursor
transport:stdio
runtime:pypi
Install mcp coda in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-coda": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-coda"
],
"env": {
"CODA_API_TOKEN": "<CODA_API_TOKEN>",
"CODA_READ_ONLY": "<CODA_READ_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs