Skip to content

Commit 9d95add

Browse files
committed
Add Asana MCP server definition (Remote HTTP)
Official Asana remote MCP server with OAuth authentication for managing tasks, projects, workspaces, and comments via https://mcp.asana.com/sse. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit 9d95add

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

servers/com.asana-mcp.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.asana-mcp",
4+
"name": "Asana",
5+
"alias": "asana",
6+
"description": "Manage Asana tasks, projects, workspaces, and comments. Create and update tasks, search projects, manage dependencies and subtasks.",
7+
"icon": "https://avatars.githubusercontent.com/u/1472111?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["productivity"],
10+
"tags": ["asana", "tasks", "project-management", "productivity", "collaboration"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://mcp.asana.com/sse",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connects via OAuth 2.0. Your MCP host will initiate the Asana OAuth flow to authorize access to your workspace."
23+
},
24+
25+
"contributor": {
26+
"name": "Asana",
27+
"github": "Asana",
28+
"url": "https://asana.com"
29+
},
30+
31+
"links": {
32+
"homepage": "https://asana.com",
33+
"documentation": "https://developers.asana.com"
34+
},
35+
36+
"platforms": ["all"],
37+
38+
"capabilities": {
39+
"tools": true,
40+
"resources": false,
41+
"prompts": false,
42+
"read_only_mode": false
43+
}
44+
}

0 commit comments

Comments
 (0)