coda-mcp

orellazri/coda-mcp

3.5

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.

Tools

Functions exposed to the LLM to take actions

coda_list_documents

List or search available documents

coda_list_pages

List pages in the current document with pagination

coda_create_page

Create a page in the current document

coda_get_page_content

Get the content of a page as markdown

coda_peek_page

Peek into the beginning of a page and return a limited number of lines

coda_replace_page_content

Replace the content of a page with new markdown content

coda_append_page_content

Append new markdown content to the end of a page

coda_duplicate_page

Duplicate a page in the current document

coda_rename_page

Rename a page in the current document

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources