Loading MCP server directory, please wait...
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
npx @getmcp/cli add io.github.delorenj/mcp-server-trelloRequires Node.js 18+. Community-contributed server. Review source before installing.
TRELLO_API_KEYYour Trello API key
TRELLO_TOKENYour Trello token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.delorenj/mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"env": {
"TRELLO_API_KEY": "",
"TRELLO_TOKEN": ""
}
}
}
}