mcpbeat Sign in

Trello MCP Server

local only

Trello MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 6 Apr 2026.

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

Installs per day peak 58 · avg 21 · -27% w/w
a month agotoday
108
Installs / week
pypi · fastmcp-trello
2
Stars
0 open issues
6 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Trello MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fastmcp-trello -- uvx fastmcp-trello
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fastmcp-trello": {
      "args": [
        "fastmcp-trello"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fastmcp-trello]
command = "uvx"
args = ["fastmcp-trello"]
.cursor/mcp.json
{
  "mcpServers": {
    "fastmcp-trello": {
      "args": [
        "fastmcp-trello"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fastmcp-trello": {
      "args": [
        "fastmcp-trello"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TRELLO_API_KEY (Trello API key from https://trello.com/power-ups/admin), TRELLO_TOKEN (Trello API token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trello MCP Server

same job, measured the same way
Trello MCP Server
by stucchi

MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more

83 installs/wk local only
Trello
by scaratec

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

85 installs/wk local only
I
SwiftKanban
by deenaik

Manage SwiftKanban boards and cards from Claude AI

34 installs/wk local only
MCP Server Trello
by delorenj

MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.

1 987 installs/wk local only
Kanban AI
by orholam

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

answering
Jira Cloud
by aaronsb

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

112 installs/wk local only
Planka
by gogogadgetbytes

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

43 installs/wk local only
Jira MCP Server
by friendlygeorge

MCP server for Jira — search, create, update, transition issues, manage projects, boards, and spr...

27 installs/wk local only

Trello MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Trello MCP Server?
Trello MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fastmcp-trello was installed 108 times last week.
How do I connect Trello MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fastmcp-trello straight from pypi; nothing to host, nothing to sign up for.
How many people use Trello MCP Server?
The pypi package fastmcp-trello was installed 108 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trello MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.