Skip to content

Commit 5230893

Browse files
committed
feat: add Todoist MCP server definition
Add Todoist remote MCP server with OAuth at ai.todoist.net/mcp. Enables managing tasks, projects, and labels via Doist's official server. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 7c243a3 commit 5230893

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/com.todoist-mcp.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.todoist-mcp",
4+
"name": "Todoist",
5+
"alias": "todoist",
6+
"description": "Manage Todoist tasks, projects, and labels through Doist's official remote MCP server with OAuth authentication.",
7+
"icon": "https://avatars.githubusercontent.com/u/2565372?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["productivity"],
10+
"tags": ["todoist", "tasks", "todo", "project-management", "productivity", "doist"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://ai.todoist.net/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connect via OAuth when prompted by your MCP client. You will be redirected to Todoist to authorize access via browser."
23+
},
24+
25+
"contributor": {
26+
"name": "Doist",
27+
"github": "Doist",
28+
"url": "https://todoist.com"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/Doist/todoist-ai",
33+
"homepage": "https://todoist.com",
34+
"documentation": "https://github.com/Doist/todoist-ai#readme"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": false
44+
}
45+
}

0 commit comments

Comments
 (0)