← All posts
July 21, 2026·5 min read

What is MCP (Model Context Protocol), and why it matters for your tasks

By Alejandro Rioja

MCP — the Model Context Protocol — is an open standard for connecting AI agents to external tools and data. Think of it as a universal port: instead of every app building a one-off integration for every AI model, a tool exposes an MCP endpoint once, and any MCP-compatible client — Claude, ChatGPT connectors, Cursor, or a custom agent — can connect to it.

Why does MCP matter?

Before MCP, giving an AI access to your tools meant bespoke plugins, per-model. MCP replaces that with one standard interface, which means two things for you: your choice of AI model isn't locked to one app, and tools can expose real, safe actions rather than just text.

  • Model-agnostic: connect whichever agent you prefer today, and switch tomorrow without changing tools.
  • Action-oriented: an MCP server exposes named tools (create a task, claim it, comment) instead of a chat box.
  • Scoped: access is granted per connection, so an agent only ever sees what you allow.

What is an MCP-native task manager?

It's a task manager that exposes your tasks over MCP so agents can operate on them directly. In Done, every account gets its own remote MCP endpoint. Connect an agent over OAuth or a bearer token and it can pull its queue, claim a task, do the work, and post results — all scoped to your account alone, with no shared or global token.

Is MCP secure?

The protocol itself is a transport; security comes from how a server implements it. A good MCP task manager authenticates per account, lets you scope tokens down to read-only or a single project, and keeps a human in the loop for consequential actions. That's how you get the benefit of agent access without handing over the keys.

Frequently asked questions

What does MCP stand for?

MCP stands for Model Context Protocol — an open standard for connecting AI models and agents to external tools and data through a single, consistent interface.

Which AI models support MCP?

MCP is model-agnostic. Clients including Claude (claude.ai and Claude Desktop), ChatGPT connectors, Cursor, and custom agents can connect to an MCP server. Done works with any of them.

Do I need to know how MCP works to use it?

No. In Done you generate a token or add a connector by URL, and the agent handles the protocol. MCP matters because it's what makes your task list model-agnostic and safe to connect.

Try it yourself

Capture a task, assign it to an AI agent, and stay the one who signs off.

Open Done →