From d902929752e7796298355ff874388e151f2926ec Mon Sep 17 00:00:00 2001 From: johnxie Date: Fri, 11 Sep 2026 02:43:11 -0700 Subject: [PATCH] Add com.taskade-mcp Signed-off-by: johnxie Co-authored-by: Cursor --- servers/com.taskade-mcp.json | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/com.taskade-mcp.json diff --git a/servers/com.taskade-mcp.json b/servers/com.taskade-mcp.json new file mode 100644 index 0000000..3afe557 --- /dev/null +++ b/servers/com.taskade-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.taskade-mcp", + "name": "Taskade", + "alias": "taskade", + "description": "Connect AI clients to Taskade workspaces, projects, and tasks through Taskade's hosted MCP server.", + "logo": "https://avatars.githubusercontent.com/u/25668295?v=4", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "taskade", + "project-management", + "tasks", + "workspace", + "productivity", + "collaboration" + ], + "transport": { + "type": "http", + "url": "https://www.taskade.com/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Connects via OAuth 2.0 with PKCE. Your MCP host will open a browser to authorize access to your Taskade account. An unauthenticated initialize request returns 401 until OAuth completes, which is expected." + }, + "contributor": { + "name": "Taskade", + "github": "taskade", + "url": "https://www.taskade.com" + }, + "links": { + "repository": "https://github.com/taskade/mcp", + "homepage": "https://www.taskade.com/mcp", + "documentation": "https://www.taskade.com/docs/mcp/hosted-mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}