How to integrate Todoist MCP with Hermes

Connect Hermes to Todoist MCP. Create project q3 roadmap and tasks, list all overdue tasks assigned to me, and more using natural language, with authentication handled for you.

Todoist MCP logoTodoist MCP
Dcr Oauth

Todoist MCP is a hosted Streamable HTTP server for Todoist that exposes task and project operations. Use it to let AI agents integrate with Todoist without writing bespoke integration code.

47 Tools

Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.

This guide explains the easiest and most robust way to connect your Todoist account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

Also integrate Todoist MCP with

What is Composio Connect?

Composio Connect is a consumer offering that lets anyone plug 1,500+ applications directly into their agent harness — including Hermes. It can:

  • Search and load tools from relevant toolkits on-demand, reducing context usage.
  • Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
  • Manage app authentication end-to-end with zero manual overhead.

Integrating Todoist with Hermes

Using Composio Connect CLI

1. Install the Composio CLI

Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

bash
curl -fsSL https://composio.dev/install | bash
Hermes authenticating with Composio

2. Authenticate

Once the CLI is installed, ask Hermes to authenticate with Composio.

3. Connect to Todoist

Ask your agent to connect to Todoist, or simply request any Todoist-related task. Hermes will prompt you to authenticate and authorize access.

4. Done. You're all set with a new Todoist connection.


Using Composio Connect MCP

1. Get your MCP URL and API Key

Go to dashboard.composio.dev and copy your Connect MCP URL and API key.

Copy MCP URL and API key from Composio dashboard

2. Open the Hermes config file

bash
nano ~/.hermes/config.yaml

3. Add the Composio Connect MCP server

bash
mcp_servers:
  composio:
    url: "https://connect.composio.dev/mcp"
    headers:
      x-consumer-api-key: "YOUR_COMPOSIO_API_KEY"
    connect_timeout: 60
    timeout: 180

Save with Ctrl + O, Enter, then exit with Ctrl + X.

4. Restart your Hermes agent

Once restarted, ask your agent to connect to Todoist or request any Todoist-related task. It will prompt you to authenticate and authorize access.

5. Done!

What is the Todoist MCP server, and what's possible with it?

The Todoist MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Todoist account. It provides structured and secure access so your agent can perform Todoist operations on your behalf.

Way Forward

With Todoist connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.

From here, you can extend Hermes further:

  • Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
  • Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
  • Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.

If you run into trouble or want to share what you've built, join the community or check out the Docs for deeper configuration options.

TOOLS

Supported Tools

Every Todoist MCP action and event your agent gets out of the box.

Add-comments

Add multiple comments to tasks or projects, optionally notifying collaborators.

Add-filters

Add one or more new personal filters.

Add-labels

Add one or more new personal labels.

Add-projects

Add one or more new projects.

Add-reminders

Add reminders to tasks.

Add-sections

Add one or more new sections to projects.

Add-tasks

Add one or more tasks to a project, section, or parent.

Analyze-project-health

Trigger a new health analysis for a project.

Complete-tasks

Complete one or more tasks by their IDs.

Delete-object

Delete a project, section, task, comment, label, filter, reminder, or location_reminder by its ID.

Export-project-template

Export an existing project as a Todoist template, either as CSV content or as a shareable URL.

Fetch

Fetch the full contents of a task or project by its ID.

Fetch-object

Fetch a single task, project, comment, or section by its ID.

Find-activity

Retrieve activity logs to monitor and audit changes in Todoist.

Find-comments

Find comments by task, project, or get a specific comment by ID.

Find-completed-tasks

Get completed tasks in a date range.

Find-filters

List all personal filters or search for filters by name.

Find-labels

List personal labels and shared labels.

Find-project-collaborators

Find Todoist users (collaborators, teammates) by name or email to look up their user ID.

Find-projects

List all projects or search for projects by name.

Find-reminders

Find reminders by task ID (returns all reminder types), or get a specific reminder by its ID.

Find-sections

Search for sections by name or other criteria in a project.

Find-tasks

Find tasks by text search, project/section/parent container, responsible user, labels, a raw Todoist filter string, or a saved filter by ID or name (filterIdOrName).

Find-tasks-by-date

Get tasks by date range.

Get-overview

Get a Markdown overview.

Get-productivity-stats

Get comprehensive productivity statistics including daily/weekly completion breakdowns, goal streaks (current, last, max), karma score and trends, and historical karma data.

Get-project-activity-stats

Get daily and optional weekly task completion counts for a project over a configurable time window (1-12 weeks).

Get-project-health

Get a comprehensive health assessment for a project including completion progress, health status (EXCELLENT, ON_TRACK, AT_RISK, CRITICAL), and optional detailed context with project metrics and task-level data.

Get-workspace-insights

Get aggregated health and progress insights across all projects in a workspace.

Import-project-template

Import a template into an existing project, adding its tasks, sections and comments to whatever is already there.

List-workspaces

Get all workspaces for the authenticated user.

Manage-assignments

Bulk assignment operations for multiple tasks.

Project-management

Archive or unarchive a project by its ID.

Project-move

Move a project between personal and workspace contexts.

Reorder-objects

Reorder sibling projects or sections, and optionally move projects to a new parent.

Reschedule-tasks

Reschedule tasks to new dates while preserving recurring schedules.

Search

Search across tasks and projects in Todoist.

Uncomplete-tasks

Uncomplete (reopen) one or more completed tasks by their IDs.

Update-comments

Update multiple existing comments with new content.

Update-filters

Update one or more existing personal filters with new values.

Update-labels

Update one or more existing labels.

Update-projects

Update multiple existing projects with new values.

Update-reminders

Update existing reminders.

Update-sections

Update multiple existing sections with new values.

Update-tasks

Update existing tasks including content, dates, priorities, and assignments.

User-info

Get comprehensive user information including user ID, full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business).

View-attachment

View a file attachment from a Todoist comment.

FRAMEWORKS

How to build Todoist MCP Agent with another framework

FAQ

Frequently asked questions

With a standalone Todoist MCP server, the agents and LLMs can only access a fixed set of Todoist tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Todoist and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. Hermes fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Todoist tools.

Yes, absolutely. You can configure which Todoist scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Todoist data and credentials are handled as safely as possible.

Start with Todoist MCP.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Todoist MCP tool your agent needs.Free to start.

Start building