Todoist MCP
将此模型上下文协议服务器连接到您的 LLM 以与 Todoist 进行交互。
它支持Todoist TypeScript 客户端提供的所有 API。
设置
构建服务器应用程序:
npm install
npm run build配置Claude:
您必须安装支持 MCP 的Claude桌面应用程序。
您可以从Todoist > 设置 > 集成 > 开发者获取 Todoist API 密钥。
然后,在您的claude_desktop_config.json中添加一个新的 MCP 服务器:
{
"mcpServers": {
"todoist-mcp": {
"command": "node",
"args": ["/path/to/repo/build/index.js"],
"env": {
"TODOIST_API_KEY": "your_todoist_api_key"
}
}
}
}您现在可以启动 Claude 桌面应用程序并要求更新 Todoist。
分配
锻造工艺
使用Smithery在 Claude 桌面上安装 Todoist MCP:
npx -y @smithery/cli install @miottid/todoist-mcp --client claude格拉玛
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.