Todoist MCP 服务器

Todoist MCP 服务器

为 Claude 提供 Todoist 集成功能的 MCP 服务器,使用 Python 和 Astral UV。

快速入门

安装

  1. 确保安装了 Python 3.11+ 和 Astral UV。
  2. 使用以下命令安装: uvx mcp-todoist

配置

  1. 获取 Todoist API Token 并设置环境变量: export TODOIST_API_TOKEN=your_api_token_here
  2. 在 Claude Desktop 中配置: { "mcpServers": { "mcp-todoist": { "command": "uvx", "args": ["mcp-todoist"] } } }

启动

运行以下命令启动服务: uvx mcp-todoist 或通过脚本自动启动。

调试

  • 检查日志文件:cat /path/to/todoist-mcp.log
  • 开启调试模式:export MCP_DEBUG=true