Which task apps have an MCP server?

    Most lists like this were written once and never re-checked, so they still describe servers that stopped working. This one carries the date it was last checked, and says plainly where we could not confirm something.

    Last checked: September 202612 apps covered

    MCP support by app

    AppStatusWhat you should know
    TodoistFirst-party serverOfficial server. Setup steps for Claude and ChatGPT, plus the limits nobody documents.
    TrelloCommunity serversNo first-party server. Which community option to pick, and the board-permission traps.
    monday.comUnconfirmedBoard and item access through MCP, plus the GraphQL complexity limits that stall long runs.
    ClickUpUnconfirmedThe hierarchy is what breaks ClickUp MCP setups. Here is how to scope it so it works.
    AsanaUnconfirmedProject and task access through MCP, plus the permission boundaries teams run into.
    ObsidianCommunity serversVault access for Claude: how the servers reach your notes, and the write risks to plan for.
    NotionFirst-party serverOfficial server. Why it sees nothing until you share pages, and where database writes get hard.
    TickTickCommunity serversThe OAuth step is where TickTick setups fail. What the API covers, and what it does not.
    Google TasksCommunity serversThe smallest API in this list, which makes it the easiest MCP connection to get right.
    Microsoft To DoCommunity serversRuns on Microsoft Graph, so your work tenant, not the server, decides what is possible.
    Apple RemindersCommunity serversNo cloud API, so access is local to your Mac through scripting. Private, but Mac-only.
    Things 3Community serversWriting to Things 3 is easy; reading from it is the hard part. Here is why.

    First-party means the company publishes its own server. Community means one or more servers exist on GitHub, maintained by volunteers. Unconfirmed means we could not verify a first-party server when we last checked — a statement about our checking, not a claim that none exists.

    If you are not a developer

    Before you install a community server

    Three signals separate a server that will still work next month from one that already does not: commits inside the last couple of months, a README that lists the exact tools the server exposes, and a stated authentication model that names the permissions it needs. Anything asking for a token without saying what it does with it is not worth installing.

    Across every app here the pattern is the same. Reads are reliable nearly everywhere. Writes are where the differences live — exact status labels, typed custom fields, token scopes, recurring series. If you are choosing partly on this basis, test the one write you care about before you commit to anything.

    Questions

    What is an MCP server, in plain terms?
    It is a small connector that lets an AI assistant read and change data in an app you already use. Instead of copying your task list into a chat, the assistant asks your task app directly.
    Which task apps have a first-party MCP server?
    Very few. Todoist and Notion publish and document their own. Most other apps rely on community servers built on their public APIs, which work but can break when those APIs change.
    How often is this page checked?
    We re-check the statuses and re-date the page monthly. It was last checked in September 2026, and where we could not verify a first-party server we say so rather than guessing.
    Does LemTask have an MCP server?
    Not yet, and we will not claim one before it exists. LemTask has webhooks, Zapier, Make and Apple Shortcuts working today. When an MCP connection ships and is tested with Claude, it will appear in this table like everything else.

    What LemTask connects to today

    No MCP server yet — we will not claim one before it exists. Webhooks, Zapier, Make and Apple Shortcuts work now, alongside tasks, habits, a focus timer and calendar sync. Developers can also use the LemTask task API directly.