C

Coda

Read Coda docs, tables and formulas.

·No reviews yet
Repo
Share:

About

Auto-generated

Coda is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Coda

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "coda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coda"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "coda": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coda"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "coda": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-coda"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.