Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"todoist-mcp-2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Todoist MCP Server MCP server for Todoist API integration. Published to [PyPI](https://pypi.org/project/todoist-mcp/) ## Status ✅ **Full Functionality** - Now using Todoist unified API v1 with proper pagination support **v0.4.0** - Major expansion: Sections support, Labels management, and Batch operations ### Important API Notes Todoist has numerous API versions with incompatible ID systems: - **v1 Unified API** (Todoist official ): Uses alphanumeric IDs (e.g., `69mF7QcCj9JmXxp8`) - **v2 REST API**: Uses numeric IDs (e.g., `7246645180`) This incompatibility means certain features like server-side search are not available in this MCP implementation, as search only exists in v2 but returns IDs incompatible with v1 operations. ## Features - Full cursor-based pagination for all endpoints - Configurable limit parameter for all list endpoints - Multi-auth support (environment, config file, runtime) - Complete task and project management capabilities - **Sections support** (v0.4.0): CRUD operations for project sections - **Labels management** (v0.4.0): CRUD operations for labels - **Batch operations** (v0.4.0): Move, update, complete multiple tasks at once - Comment CRUD operations for tasks and projects - Move tasks between projects, sections, and parents - Error handling with detailed error messages ### Limitations - No server-side search (due to v1/v2 API incompatibility) - Client-side filtering only for task queries ## Installation ```bash pip install todoist-mcp ``` ## Claude Desktop Configuration Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "todoist": { "command": "uvx", "args": ["todoist-mcp"], "env": { "TODOIST_API_TOKEN": "your_token_here" } } } } ``` ## AmazonQ Developer CLI Configuration Add to your `.amazonq/mcp.json`: ```json { "mcpServers": { "todoist": { "command": "uvx", "args": ["todoist-mcp"], "env": { "TODOIST_API_TOKEN": "your_token_here" …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.