todoist-mcp-python
1
The Todoist MCP Server allows for natural language-driven task management in Todoist. It enables clients to interact with Todoist using the MCP protocol, providing capabilities like task creation, retrieval, and management via a Python-based intermediary server.
Todoist MCP Server
A Model Context Protocol (MCP) server that enables task management through natural language interactions with Todoist. The server facilitates task creation, retrieval, and management by acting as an intermediary between clients like Claude and the Todoist API, handling all commands and data transformations for efficient task operations.
Features
- Task Creation
- Task Retrieval
- Task Management
Prerequisites
- Python 3.12
- uv
- A Todoist account and API token
Security Considerations
- Secure handling of Todoist API token using environment variables.
License
- MIT License
Acknowledgements
- Todoist API Python Client
- Model Context Protocol