Skip to content

Commit 3d0d4c5

Browse files
committed
Add ClickUp MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit 3d0d4c5

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

servers/com.clickup-mcp.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.clickup-mcp",
4+
"name": "ClickUp",
5+
"alias": "clickup",
6+
"description": "Manage ClickUp tasks, lists, docs, and projects through ClickUp's official hosted remote MCP server. Authenticates via OAuth in your browser, no API key or local setup required.",
7+
"logo": "https://avatars.githubusercontent.com/u/27873294?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"clickup",
14+
"project-management",
15+
"tasks",
16+
"productivity",
17+
"docs",
18+
"collaboration"
19+
],
20+
"transport": {
21+
"type": "http",
22+
"url": "https://mcp.clickup.com/mcp",
23+
"metadata": {
24+
"inputs": []
25+
}
26+
},
27+
"auth": {
28+
"type": "oauth",
29+
"instructions": "Authenticates via OAuth 2.1 in your browser using your ClickUp account. ClickUp's MCP server only supports OAuth - API keys and personal access tokens are not accepted. No token setup needed."
30+
},
31+
"contributor": {
32+
"name": "ClickUp",
33+
"github": "clickup",
34+
"url": "https://clickup.com"
35+
},
36+
"links": {
37+
"homepage": "https://clickup.com",
38+
"documentation": "https://developer.clickup.com/docs/connect-an-ai-assistant-to-clickups-mcp-server"
39+
},
40+
"platforms": [
41+
"all"
42+
],
43+
"capabilities": {
44+
"tools": true,
45+
"resources": false,
46+
"prompts": false,
47+
"read_only_mode": false
48+
}
49+
}

0 commit comments

Comments
 (0)