MCP Server
MCP
io.github.vish288/mcp-coda
MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.
Install
uvx mcp-coda
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-coda",
"version": "0.5.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Coda API token (also accepts CODA_TOKEN or CODA_PAT)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CODA_API_TOKEN"
},
{
"description": "Restrict to read-only operations (true/false)",
"format": "string",
"name": "CODA_READ_ONLY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment