mcp-server-trello
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
This server enables seamless integration with Trello's API while handling rate limiting, type safety, and error handling automatically. It allows users to interact with cards, lists, and board activities, providing comprehensive features such as complete card data extraction and comment management. The project is now powered by Bun, resulting in a significant performance boost and enhanced type safety.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-trello": {
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions