Todoist MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TODOIST_API_TOKEN | Yes | Your Todoist API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_taskB | Create a TODO task |
| update_taskC | Update a TODO task |
| get_taskC | Get a TODO task |
| list_tasksB | List and filter TODO tasks |
| close_taskC | Close a TODO task |
| reopen_taskB | Reopen a TODO task |
| delete_taskB | Delete a TODO task |
| add_projectB | Create a new Todoist project |
| get_projectC | Get details of a Todoist project |
| list_projectsC | List all Todoist projects |
| update_projectC | Update an existing Todoist project |
| delete_projectC | Delete a Todoist project |
| get_project_collaboratorsC | Get collaborators for a Todoist project |
| add_sectionB | Create a new section in a Todoist project |
| get_sectionB | Get details of a Todoist section |
| list_sectionsB | List all sections in a Todoist project |
| update_sectionB | Update an existing Todoist section |
| delete_sectionC | Delete a Todoist section |
| add_labelD | Create a label |
| get_labelB | Get a label |
| list_labelsC | List and filter labels |
| delete_labelC | Delete a label |
| add_commentC | Add a comment to a task |
| update_commentC | Update a comment |
| get_commentC | Get a comment |
| list_commentsC | List and filter comments |
| delete_commentC | Delete a comment |
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/ganievs/todoist-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server