Skip to main content
Glama

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

格拉玛

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Scofieldkoh/todoist_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server