Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions servers/orellazri.coda-mcp-npx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "orellazri.coda-mcp-npx",
"name": "Coda (npx)",
"alias": "coda",
"description": "Manage Coda docs, pages, tables, and rows. List documents, read and write table data, and create new pages.",
"icon": "https://avatars.githubusercontent.com/u/32670283?v=4",
"schema_version": "2.1",
"categories": [
"productivity",
"database"
],
"tags": [
"coda",
"docs",
"tables",
"spreadsheet",
"collaboration"
],
"transport": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"coda-mcp@latest"
],
"env": {
"API_KEY": "${input:API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "API_KEY",
"label": "Coda API Key",
"description": "API token for the Coda platform.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"obtain": {
"url": "https://coda.io/account",
"instructions": "1. Go to coda.io/account\n2. Scroll to 'API settings'\n3. Click 'Generate API token'\n4. Copy the token",
"button_label": "Generate Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Generate an API token at https://coda.io/account"
},
"contributor": {
"name": "orellazri",
"github": "orellazri",
"url": "https://github.com/orellazri"
},
"links": {
"repository": "https://github.com/orellazri/coda-mcp",
"homepage": "https://coda.io",
"documentation": "https://github.com/orellazri/coda-mcp#readme"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}