coda-mcp-server

thierryvm/coda-mcp-server
★ 2 stars JavaScript 📦 Other Updated 13d ago
C'est un mcp Coda avec skill
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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