coda-mcp

coda-mcp

3.4

If you are the rightful owner of coda-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Coda MCP Server is a Model Context Protocol server that facilitates interaction with the Coda API, enabling actions on Coda pages through an MCP client.

The Coda MCP Server is designed to act as a bridge between an MCP client, such as an AI assistant, and the Coda API. It allows users to perform various actions on Coda pages, including listing, creating, reading, updating, duplicating, and renaming pages. This server is particularly useful for automating tasks and managing content within Coda documents. By leveraging the MCP server, users can seamlessly integrate Coda functionalities into their workflows, enhancing productivity and efficiency. The server supports various operations through a set of tools that interact with Coda documents and pages, providing a robust solution for content management.

Features

  • coda_list_documents: Lists all documents available to the user.
  • coda_list_pages: Lists all pages within the configured Coda document with pagination support.
  • coda_create_page: Creates a new page in the document, optionally under a specified parent page and populating it with initial markdown content.
  • coda_get_page_content: Retrieves the content of a specified page as markdown.
  • coda_replace_page_content: Replaces the content of a specified page with new markdown content.