Provides tools to interact with Coda documents, allowing for the management of pages, tables, columns, and rows, as well as the ability to list formulas, controls, and trigger buttons.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Coda MCP Serverlist all the tables in my 'Product Roadmap' doc"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Coda MCP Server (Fork)
Serveur MCP Coda avec:
transport Streamable HTTP (
/mcp) pour LangSmith Agent Buildertransport SSE legacy (
/sse)transport stdio (
dist/index.js) pour clients desktop
Pourquoi 15 outils ici (vs fork d'origine plus large)
Ce fork expose 15 outils “core” (documents, pages, tables, rows, formulas, controls, auth), volontairement plus compact pour rester stable côté Agent Builder.
Le repo amont dustinrgood/coda-mcp annonce actuellement 34 tools dans son README (ligne “Total: 34 tools available”).
Ici, le scope est réduit et orienté usage opérationnel.
Outils disponibles (15)
Auth:
coda_whoamiDocuments:
coda_list_docs,coda_get_doc,coda_create_doc,coda_delete_docPages:
coda_list_pagesTables:
coda_list_tables,coda_get_table,coda_list_columnsRows:
coda_list_rows,coda_create_row,coda_update_rowFormulas:
coda_list_formulasControls:
coda_list_controls,coda_push_button
Installation
Lancer en local
Endpoints:
GET /healthGET|POST|DELETE /mcp(recommandé)GET /sse+POST /message(legacy)
Agent Builder (LangSmith)
Dans “Add MCP server”:
Name:
coda-mcpURL:
http://localhost:3023/mcpAuth:
Static HeadersHeaders: vide
Si “Failed to load tools” apparaît:
vérifier que l’URL finit par
/mcpvérifier qu’Agent Builder peut atteindre
localhostsi besoin, exposer en HTTPS public (Koyeb / tunnel)
Déploiement Koyeb (GitHub)
Réglages service web:
Build command:
pnpm install && pnpm buildStart command:
pnpm start:httpEnvironment variable:
API_KEY=<votre-cle>Health check path:
/health
Puis dans Agent Builder:
URL:
https://<votre-app>.koyeb.app/mcp
Développement
Variables d'environnement
API_KEYouCODA_API_KEY(requis)PORT(optionnel, défaut3000)
Crédits
Projet d'origine: dustinrgood/coda-mcp
Fork initial du projet d'origine: orellazri/coda-mcp
License
MIT