Todoist MCP Server
by dan-bailey
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TODOIST_API_TOKEN | Yes | Your Todoist API token (required for authentication with Todoist API) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tasksC | Get tasks from Todoist with optional filtering. |
| get_taskC | Get a specific task by ID. |
| create_taskA | Create a new task in Todoist. |
| update_taskB | Update an existing task. |
| complete_taskB | Mark a task as completed. |
| reopen_taskC | Reopen a completed task. |
| delete_taskC | Delete a task. |
| get_projectsB | Get all projects from Todoist. |
| get_projectA | Get a specific project by ID. |
| create_projectB | Create a new project in Todoist. |
| get_sectionsC | Get sections from a project. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dan-bailey/todoist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server