mcpbeat Sign in

Trello MCP Server

by billnobill Your server? Claim it
local only

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

Trello Model Context Protocol (MCP) Server for AI Agents

Installs per day peak 15 · avg 7 · +114% w/w
a month agotoday
40
Installs / week
npm · @billnobill/trello-mcp-server
2
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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

This one needs environment variables set before it will start: TRELLO_API_KEY (Trello API key from https://trello.com/app-key), TRELLO_TOKEN (Trello API token from https://trello.com/app-key), TRELLO_BASE_URL (Trello API base URL). 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
C
Alces MCP
by moosejudge

Alces for Jira Data Center — MCP server bridging Jira DC/JSM with AI agents

403 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
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
Linear
by linear

MCP server for Linear project management and issue tracking

answering
MCP Jira Stdio
by freema

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

632 installs/wk local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only
ClickUp MCP Pro
by helbertparanhos

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

132 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 npm package @billnobill/trello-mcp-server was installed 40 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 @billnobill/trello-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Trello MCP Server?
The npm package @billnobill/trello-mcp-server was installed 40 times in the last week. Week over week that is +114%. 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 TypeScript 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.