Overview
what is Todoist MCP Server?
Todoist MCP Server is a Model Context Protocol (MCP) server implementation that integrates Claude and other AI assistants with Todoist, enabling natural language task management.
how to use Todoist MCP Server?
To use the Todoist MCP Server, you need to obtain a Todoist API token and configure it in your AI assistant's configuration file. You can then interact with Todoist using natural language commands.
key features of Todoist MCP Server?
- Complete Todoist API Integration for natural language access to tasks.
- Manage tasks: create, update, close, reopen, and delete tasks using conversational language.
- Project management capabilities including creating and managing projects and sections.
- Support for adding and managing comments on tasks and projects.
- Label management for personal and shared labels.
use cases of Todoist MCP Server?
- Managing daily tasks through voice commands.
- Creating and organizing projects for personal or team use.
- Adding comments and labels to tasks for better organization.
FAQ from Todoist MCP Server?
- How do I get a Todoist API token?
Log in to your Todoist account, navigate to Settings → Integrations, and find your API token under "Developer".
- Can I use this with any AI assistant?
Yes, it is designed to work with AI assistants that support the Model Context Protocol.
- Is there a cost associated with using Todoist MCP Server?
The server itself is free to use, but you need a Todoist account which may have its own pricing.
Server Config
{
"mcpServers": {
"todoist": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
],
"env": {
"API_KEY": "your_todoist_api_token_here"
}
}
}
}