Trello runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 30 Jul 2026.
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
We read the source, 18 h ago · rules 3dff92dd89df
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.
build = subprocess.run(
target_path = os.path.join(context._temp_dir, target_path)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add trellio-mcp -- uvx trellio-mcp
{
"mcpServers": {
"trellio-mcp": {
"args": [
"trellio-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.trellio-mcp]
command = "uvx"
args = ["trellio-mcp"]
{
"mcpServers": {
"trellio-mcp": {
"args": [
"trellio-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"trellio-mcp": {
"args": [
"trellio-mcp"
],
"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.
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
MCP server for Jira and Confluence — sprints, agile boards, attachments, versions, calendars.
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
Manage SwiftKanban boards and cards from Claude AI
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
Answers built from our own checks of this server.