Todoist connector removed from Claude, custom setup required

Todoist connector no longer available in Claude
The official Todoist connector has been removed from Claude's built-in connectors. Users who previously relied on this integration now need to set it up manually as a custom connector.
Custom connector setup steps
To add Todoist back to Claude:
- Step 1: Open Customize in Claude Desktop or on claude.ai (click Customize in the left sidebar)
- Note: You cannot use the Claude mobile app to configure connectors, but you can use the connectors on mobile after configuring them via Desktop or web
- Step 2: Click Connectors in the Customize panel
- Step 3: Click the + (plus) icon, then click Add custom connector
- Step 4: Paste the Todoist MCP URL in the URL field: https://ai.todoist.net/mcp
- Step 5: Click Add to save the connector
- Step 6: Authenticate with Todoist. The connector will appear in your list, but it's not connected yet. Click on the connector to open it. This will launch Todoist's OAuth flow in your browser, where you authorize Claude to access your Todoist account. Grant the permissions and you'll be redirected back to Claude. The connector should now show as connected
- Step 7: Test it. Start a new conversation and try something like "What tasks do I have due today?" or "Add a task to buy groceries." Claude should be able to read and write to your Todoist
Requirements and limitations
You need to be a Claude Pro or Max subscriber to add custom connectors. The setup must be done via Claude Desktop or the web interface at claude.ai - the mobile app cannot configure connectors, though configured connectors will work on mobile.
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenClaw 3.22 Upgrade Checklist: Practical Steps from a Developer Who Got Burned
A developer shares specific upgrade steps for OpenClaw 3.22, including checking for deprecated environment variables, creating backups, running migration commands, and verifying plugin compatibility.

Using Claude to analyze writing patterns for better custom instructions
A Reddit user describes a method for creating more effective custom instructions by having Claude analyze 10 writing samples to identify concrete patterns like punctuation avoidance and analogy sources, rather than relying on subjective tone descriptions.

Replacing OpenClaw's Default Memory with Redis and Qdrant for Production Multi-Agent Systems
A developer replaced OpenClaw's default SQLite memory with Redis for ephemeral state and Qdrant for persistent vector memory to solve scaling issues in multi-agent setups, implementing semantic search, cross-agent sharing, and concurrent writes.

Mastering Backup: Safeguarding Your OpenClaw Agent
In an era dominated by automation and AI, ensuring the safety of your OpenClaw agent through robust backup strategies is paramount. Learn the essential steps to secure your digital assistant.