mcpbeat Sign in

MCP Server Trello

local only

MCP Server Trello runs on your own machine — the client starts it, so there is no endpoint to ping. 1 987 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 735 · avg 394 · +67% w/w
a month agotoday
1 987
Installs / week
npm · @delorenj/mcp-server-trello
439
Stars
22 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable .agent/skills/bmad-quick-dev/render.py:165
    team = load_toml(posixpath.join(custom_dir, f"{skill_name}.toml"))
    b.innerHTML = ok

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-server-trello -- npx -y @delorenj/mcp-server-trello
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-trello": {
      "args": [
        "-y",
        "@delorenj/mcp-server-trello"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-trello]
command = "npx"
args = ["-y", "@delorenj/mcp-server-trello"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-trello": {
      "args": [
        "-y",
        "@delorenj/mcp-server-trello"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-trello": {
      "args": [
        "-y",
        "@delorenj/mcp-server-trello"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRELLO_API_KEY (Your Trello API key), TRELLO_TOKEN (Your Trello token). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Trello

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 MCP Server
by jimdrews

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

108 installs/wk local only
I
InnoDay
by havilandsoftware

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.

7 518 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
by scaratec

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

85 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
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only
Gradient
by ryudi84

MCP server for CSS gradient generation — linear, radial, conic

local only

MCP Server Trello — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Trello?
MCP Server Trello 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 npm package @delorenj/mcp-server-trello was installed 1 987 times last week.
How do I connect MCP Server Trello?
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 @delorenj/mcp-server-trello straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Trello?
The npm package @delorenj/mcp-server-trello was installed 1 987 times in the last week. Week over week that is +67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Trello open source?
Yes — it is published under the MIT licence, written in TypeScript, 439 stars on GitHub and 22 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.