coda-mcp logo

coda-mcpCoda 的 MCP 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

本项目实现了一个 Model Context Protocol (MCP) 服务器,充当与 Coda API 交互的桥梁。它允许 MCP 客户端(如 AI 助手)对 Coda 页面执行操作,例如列出、创建、读取、更新、复制和重命名。 服务器向 MCP 客户端公开了一系列工具,包括创建新页面、检索页面内容、替换和追加内容,以及管理页面、表格和行。它还提供删除和插入数据的功能,以及与元数据和按钮交互的能力。 MCP服务器需要一个 Coda API 密钥,可在用户的 Coda 账号设置中生成。可以通过克隆仓库、安装依赖并运行已编译的 JavaScript 文件来本地设置。服务器通过标准输入/输出(stdio)进行通信,并可使用 Docker 或类似工具与其他平台集成。

主要功能

  • coda_list_documents
  • coda_list_pages
  • coda_create_page
  • coda_get_page_content
  • coda_replace_page_content
  • coda_append_page_content

价格

模型
Free
评分
暂无评价

使用场景

AI 驱动的内容创作

使用 MCP 服务器创建和更新包含 AI 生成内容的 Coda 页面

自动化数据管理

使用 MCP 服务器自动化数据管理任务,如创建和更新表格行

优点 & 缺点

优点

  • 使 AI 助手能够与 Coda 页面和数据交互
  • 支持各种操作,包括创建、更新和删除页面和表格行
  • 提供 Docker 镜像,方便部署
  • 开源且可定制

缺点

  • 需要 Coda API 密钥进行身份验证
  • 不是 Coda 官方支持的
  • 可能需要技术专业知识来设置和配置

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is the Coda MCP server officially supported by Coda?

No, it is a community‑built project and is not officially maintained or supported by Coda, so you may need technical expertise for setup and troubleshooting.

Asked by Eva Horáková · Nov 6, 2025

Do I need any special infrastructure to run the MCP server?

No special infrastructure is required; you can run it locally by cloning the repo and executing the compiled JavaScript, or use the provided Docker image for a quick deployment.

Asked by Frank Müller · Oct 5, 2025

What operations can the MCP server perform on Coda pages?

The server supports listing documents/pages, creating pages, reading, replacing, appending, duplicating, renaming, and peeking at page content, as well as managing tables, rows, and button pushes.

Asked by Uma Krishnan · Sep 29, 2025

How do I authenticate the Coda MCP server?

You must provide a Coda API key as the `API_KEY` environment variable; the key can be generated in your Coda account settings and passed to the server via Docker, npx, or a local .env file.

Asked by Dmitri Volkov · Aug 4, 2025

提问

服务配缩器 的替代品