Trello MCP
Boards, lists and cards via MCP
Let an AI read and manage your Trello boards, lists and cards — triage a board, create cards from notes, or summarise what is in progress. Get an API key and token from trello.com/power-ups/admin (use a short token expiration and scope read vs write), set TRELLO_API_KEY and TRELLO_TOKEN, and you are connected. Great for lightweight task automation.
Install Trello MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
]
}
}
}Run in your terminal
claude mcp add trello -- npx -y @delorenj/mcp-server-trello Paste into .cursor/mcp.json
{
"mcpServers": {
"trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 580
- Maintainer
- Community
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.