Trello MCP Server MCP Server
io.github.Jimdrews/fastmcp-trello
What is the Trello MCP Server MCP server?
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
How to install Trello MCP Server
Copy-paste configuration for popular MCP clients.
TRELLO_API_KEYrequiredsecretTrello API key from https://trello.com/power-ups/admin
TRELLO_TOKENrequiredsecretTrello API token
{
"mcpServers": {
"fastmcp-trello": {
"command": "uvx",
"args": [
"fastmcp-trello"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"mcpServers": {
"fastmcp-trello": {
"command": "uvx",
"args": [
"fastmcp-trello"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"mcpServers": {
"fastmcp-trello": {
"command": "uvx",
"args": [
"fastmcp-trello"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}{
"servers": {
"fastmcp-trello": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-trello"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}claude mcp add fastmcp-trello --env TRELLO_API_KEY=<YOUR_TRELLO_API_KEY> --env TRELLO_TOKEN=<YOUR_TRELLO_TOKEN> -- uvx fastmcp-trelloRelated 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.