Skip to main content
Glama

Todoist MCP

Verbinden Sie diesen Model Context Protocol -Server mit Ihrem LLM, um mit Todoist zu interagieren.

Es unterstützt alle im Todoist TypeScript-Client verfügbaren APIs.

Aufstellen

Erstellen Sie die Server-App:

npm install
npm run build

Claude konfigurieren:

Sie müssen die Claude- Desktop-App installieren, die MCP unterstützt.

Sie können Ihren Todoist-API-Schlüssel unter Todoist > Einstellungen > Integrationen > Entwickler abrufen.

Fügen Sie dann in Ihrer claude_desktop_config.json einen neuen MCP-Server hinzu:

{
    "mcpServers": {
        "todoist-mcp": {
            "command": "node",
            "args": ["/path/to/repo/build/index.js"],
            "env": {
                "TODOIST_API_KEY": "your_todoist_api_key"
            }
        }
    }
}

Sie können jetzt die Claude-Desktop-App starten und um eine Aktualisierung von Todoist bitten.

Verteilung

Schmiedekunst

Schmiedeabzeichen

Installieren Sie Todoist MCP mit Smithery auf Claude Desktop:

npx -y @smithery/cli install @miottid/todoist-mcp --client claude

Glama

-
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