Skip to content

Commit 1d6a826

Browse files
johnxiecursoragent
andauthored
Add com.taskade-mcp (#298)
Signed-off-by: johnxie <john@taskade.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 40ad751 commit 1d6a826

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.taskade-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.taskade-mcp",
4+
"name": "Taskade",
5+
"alias": "taskade",
6+
"description": "Connect AI clients to Taskade workspaces, projects, and tasks through Taskade's hosted MCP server.",
7+
"logo": "https://avatars.githubusercontent.com/u/25668295?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"taskade",
14+
"project-management",
15+
"tasks",
16+
"workspace",
17+
"productivity",
18+
"collaboration"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://www.taskade.com/mcp",
23+
"metadata": {
24+
"inputs": []
25+
}
26+
},
27+
"auth": {
28+
"type": "oauth",
29+
"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."
30+
},
31+
"contributor": {
32+
"name": "Taskade",
33+
"github": "taskade",
34+
"url": "https://www.taskade.com"
35+
},
36+
"links": {
37+
"repository": "https://github.com/taskade/mcp",
38+
"homepage": "https://www.taskade.com/mcp",
39+
"documentation": "https://www.taskade.com/docs/mcp/hosted-mcp"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": false
49+
}
50+
}

0 commit comments

Comments
 (0)