mikemc_todoist-mcp-server
The Todoist MCP Server is a Python implementation of a TypeScript server, designed to integrate with the Todoist API using the Python MCP SDK.
The Todoist MCP Server is a Python-based server that acts as a bridge between the Todoist API and the Model Context Protocol (MCP). It allows users to manage their Todoist tasks programmatically by leveraging the capabilities of the MCP framework. This server is a port of an existing TypeScript implementation, providing the same functionality but utilizing Python's ecosystem. The server requires Python 3.10 or higher and the UV package manager for installation. Users must also obtain a Todoist API token to authenticate and interact with their Todoist account. The server can be configured to run with Claude Desktop by specifying the command and environment variables in the configuration file. This setup enables seamless integration and task management through the MCP framework.
Features
- Python-based implementation for easy integration with Python projects.
- Leverages the Todoist Python API for task management.
- Compatible with Claude Desktop for streamlined configuration.
- Utilizes the UV package manager for efficient server management.
- Supports MCP framework for enhanced task automation.
Usage with Different Platforms
claude_desktop
{
"mcpServers": {
"todoist": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/todoist-mcp-server",
"run",
"main.py"
],
"env": {
"TODOIST_API_TOKEN": "your_todoist_api_token"
}
}
}
}
Related MCP Servers
View all calendar_management servers →apple-mcp
by Dhravya
This is a collection of Apple-native tools for the Model Context Protocol (MCP) that integrates with various Apple applications to automate tasks and manage communications.
iMCP
by loopwork-ai
iMCP is a macOS app that connects your digital life with AI, supporting the Model Context Protocol (MCP) for seamless integration with various clients.
mcp-gsuite
by MarkusPfundstein
MCP server to interact with Google products, specifically Gmail and Calendar.
google-calendar-mcp
by nspady
This is a Model Context Protocol (MCP) server that provides integration with Google Calendar, allowing LLMs to interact with calendar events through a standardized interface.
google-workspace-mcp
by aaronsb
The Google Workspace MCP Server is a Model Context Protocol server that allows users to manage their Google Workspace, including Gmail, Calendar, and Drive, through a secure and efficient interface.
applescript-mcp
by joshrutkowski
A Model Context Protocol server that enables LLM applications to interact with macOS through AppleScript, providing a standardized interface for AI applications to control system functions, manage files, handle notifications, and more.
meeting-mcp
by Meeting-Baas
A Model Context Protocol (MCP) server that provides tools for managing meeting data, including transcripts, recordings, calendar events, and search functionality.