Comuna Blog ·

What MCP means for project management

MCP turns AI from a chat assistant into a board member that reads, writes and escalates on real cards. Here's what that means for PM tools.

The assumption behind every Zapier recipe is that AI needs to be told exactly what to do, step by step, in advance. An event fires. A fixed prompt runs. Text lands somewhere predefined. That works — but it is a very sophisticated cron job, not a collaborator.

The Model Context Protocol — MCP — is a different proposition. Instead of a predefined action chain, MCP gives the AI a live connection to your tools and lets it decide what to call, in what order, based on what it finds. For project management, that is not an incremental improvement. It is the difference between a scripted automation and an AI that actually works your board.

MCP (Model Context Protocol) is an open standard that lets an AI model — Claude, ChatGPT, or any compatible host — connect to tools with read and write access, then reason through a goal in steps. For PM, that means your AI can read cards, create new ones, move work through columns, write comments, and escalate decisions it is not sure about — all under its own identity.

The three tiers of AI in project management

"AI in PM" covers a wide range of things under one label. It helps to map the current landscape before deciding which tier your tool actually sits at.

Tier 1 — AI assistant (copilot model): the AI helps you write. Summarise a card description, draft meeting notes, rewrite a comment. The work stays inside the AI app. You take the output and paste it somewhere. The AI never touches the board directly.

Tier 2 — AI automation (script model): rules you configure trigger actions. If a card is tagged "urgent", the AI fires a notification; if a deadline passes, it moves the card. Valuable for predictable, rule-based flows — but the AI runs the logic you defined, not its own judgment about the current state of the project.

Tier 3 — AI membership (MCP model): the AI connects to the board as a participant with read and write access. It reads the actual state of your cards, decides what to do, acts in sequence, and escalates when it is uncertain. It signs every action with its own identity. This is what MCP enables.

Most tools that say "AI-powered" are in tiers 1 or 2. The tier 3 category is newer — it requires a PM tool that publishes a serious MCP server and an AI client that knows how to use it.

What the protocol actually does

MCP is an open standard published by Anthropic in 2024, now supported by Claude, ChatGPT, and other model hosts. It defines how an AI client can discover and call operations that an external service exposes.

In practical terms: a PM tool that publishes an MCP server is telling the AI "here are the things you can do on this board." Create a card. Move it to a column. Add a comment. Read what is in the backlog. Query who is assigned to what. The AI then decides — based on its goal, its context, and the results of each call — which operations to invoke, and in what order.

The key difference from a Zapier webhook: the AI chooses the sequence. You do not wire up each step in advance. You give it a goal ("review the backlog and flag anything stale") and it figures out how to get there, reading intermediate results along the way. That reasoning loop is what makes tier 3 feel qualitatively different.

Comuna's MCP server exposes over 80 operations across cards, columns, comments, notes, and board state. Claude and ChatGPT both connect via OAuth in under two minutes — no API keys, no configuration files. Once connected, the AI appears in the workspace as a named member with its own badge.

From integration to membership

Here is what that membership looks like in a real scenario.

You tell Claude: "Every card in the Review column that has been there more than a week — comment with a status-check question, and if there is no assignee, flag it for me to decide." Claude opens the board, reads the column, checks timestamps, reads each card's assignee field, and acts differently on each one. Cards with assignees get a comment under Claude's name. Cards without assignees get an escalation: a small indicator lights up in the app asking for your call.

You did not write a recipe. You gave a goal. Claude reasoned through it using actual board data.

The attribution matters too. Every action Claude takes carries its name — not "system", not your account. If you also connect ChatGPT to the same board, you can tell them apart. If a card was created by Claude on Tuesday and moved by ChatGPT on Thursday, the activity feed says exactly that. This is the AI coworker model — a real participant with a real identity, not a background process doing things in your name.

Where MCP does not solve everything

Being clear about the limits matters for setting honest expectations.

MCP is pull, not push. The AI acts when you — or a scheduled prompt — trigger it. It is not a background process watching your board in real time. If you want it to run daily, you configure a scheduled prompt in your AI client that fires daily. Truly autonomous execution requires a scheduling layer you set up yourself.

The tool's server matters as much as the protocol. A PM tool can publish an MCP server with only five operations and call it "MCP support". That is not the same as 80+ operations covering the full board surface. Before assuming your current tool qualifies, check what its server actually exposes. The difference between read-only access and full read/write board membership is not subtle.

Model quality and clarity of goals. MCP gives the AI access; it does not make the model smarter. A vague goal ("sort out the backlog") produces vague results. The clearer and more scoped the instruction, the better the output.

For more on what this looks like per-model, see how ChatGPT fits into a project board and how Claude fits in.


FAQ

What is the difference between MCP and a normal API integration?

A normal API integration is point-to-point: one app sends a fixed request to another and gets a fixed response. MCP is a protocol for AI-driven tool use — the model decides which calls to make, reads the results, and decides what to call next. The difference is agency: with MCP, the AI is reasoning through a goal, not executing a hardcoded route.

Which project management tools actually support MCP today?

As of mid-2026, MCP support in PM tools is early and uneven. Most major tools have not published full read/write MCP servers. Comuna was built with MCP-native board membership as a core design goal — the AI becomes a real workspace member, not just a connected automation.

Does MCP work with both Claude and ChatGPT?

Yes. MCP is an open protocol. Both Claude (via Claude Settings → Connectors) and ChatGPT (via Settings → Apps → Developer Mode) can connect to any MCP server. On the ChatGPT side, you need a Plus or Pro subscription to access the Apps feature.

Do I need technical skills to set it up?

No. With Comuna, you connect Claude or ChatGPT via OAuth — a standard "authorize this app" flow, the same kind you would use for signing in with Google. No API keys, no configuration files, no developer setup. The connection takes under two minutes.


Comuna is free forever — no credit card, bring your own AI. Spin up a workspace and try it.