← Back to Plugins
MCP Server MCP

io.github.vish288/mcp-coda

github By github 👁 1 views ▲ 0 votes

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...