What is the Trello MCP server?
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
How to install Trello
Copy-paste configuration for popular MCP clients.
TRELLO_API_KEYrequiredsecretTrello API Key (from https://trello.com/power-ups/admin)
TRELLO_TOKENrequiredsecretTrello API Token
{
"mcpServers": {
"trellio-mcp": {
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"mcpServers": {
"trellio-mcp": {
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"mcpServers": {
"trellio-mcp": {
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"servers": {
"trellio-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"trellio-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}claude mcp add trellio-mcp --env TRELLO_API_KEY=<YOUR_TRELLO_API_KEY> --env TRELLO_TOKEN=<YOUR_TRELLO_TOKEN> -- uvx trellio-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.