Integrations
Provides tools for managing Todoist tasks, projects, and sections, including creating, retrieving, updating, and deleting items through the Todoist REST API.
Servidor MCP de Todoist (Python)
Un servidor MCP de Todoist escrito en Python, usando la API de Python de Todoist . Creé el servidor usando Claude para traducir este servidor MCP de TypeScript a Python. Estoy modificando y añadiendo funcionalidades gradualmente para adaptarme a mi flujo de trabajo mientras experimento con Claude para facilitar la gestión de tareas.
Instalación
Prerrequisitos
- Python 3.10+
- Gestor de paquetes UV ( guía de instalación )
- Token de API de Todoist
Obtener un token de API de Todoist
- Inicia sesión en tu cuenta de Todoist
- Vaya a Configuración → Integraciones
- Encuentra tu token de API en "Desarrollador"
Configuración con Claude Desktop
Añade a tu claude_desktop_config.json:
Herramientas disponibles
Para ver las herramientas disponibles actualmente, ejecute
A partir del 25/04/2025,
- Proyectos
todoist_get_projects
todoist_get_project
todoist_add_project
todoist_update_project
todoist_delete_project
- Secciones
todoist_get_sections
todoist_get_section
todoist_add_section
todoist_update_section
todoist_delete_section
- Tareas
todoist_create_task
todoist_get_tasks
todoist_get_task
todoist_update_task
todoist_move_task
todoist_close_task
todoist_reopen_task
todoist_delete_task
Licencia
Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
Un servidor Python que permite a Claude interactuar con la API de gestión de tareas de Todoist, permitiendo a los usuarios crear, gestionar y organizar tareas directamente a través de la interfaz de Claude.
Related MCP Servers
- AsecurityAlicenseAqualityIntegrates Claude with Todoist for natural language task management, supporting project and section organization, task creation, updating, completion, and deletion using everyday language.Last updated -193512JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that integrates Claude with Todoist, enabling natural language task management including creating, updating, completing, and deleting tasks.Last updated -5245153JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that integrates with Notion's API to manage personal todo lists, allowing users to view, add, and update tasks directly from Claude.Last updated -3PythonMIT License
- AsecurityFlicenseAqualityA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.Last updated -15Python