Trello
About
Integrates with Trello to manage projects, boards, and cards, using Nango for authentication.
Details
- Author
- shameerpc5029
- Categories
- Productivity, Other, Project Management
Jump to
Setup
Install Trello in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/shameerpc5029/trello-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol (MCP) server that provides seamless integration between Claude and Trello via Nango authentication. This server enables Claude to interact with your Trello boards, lists, cards, and more through natural language commands.
- Complete Trello API Coverage: Manage boards, lists, cards, comments, and attachments
- Secure Authentication: Uses Nango for OAuth authentication with Trello
- Real-time Operations: Create, read, update, and delete Trello items instantly
- Search Functionality: Search across boards, cards, and members
- Error Handling: Robust error handling with automatic credential refresh
- trello_get_my_boards- Get all your boards
- trello_get_board- Get specific board details
- trello_create_board- Create new boards
- trello_update_board- Update board information
- trello_delete_board- Delete boards
- trello_get_board_lists- Get all lists on a board
- trello_get_board_cards- Get all cards on a board
- trello_get_board_members- Get board members
- trello_create_list- Create new lists
- trello_update_list- Update list details
- trello_archive_list- Archive lists
- trello_get_list_cards- Get cards in a specific list
- trello_create_card- Create new cards
- trello_get_card- Get card details
- trello_update_card- Update cards (including moving between lists)
- trello_delete_card- Delete cards
- trello_add_comment_to_card- Add comments to cards
- trello_add_attachment_to_card- Add attachments to cards
- trello_search- Search across Trello for boards, cards, members, etc.
- Python 3.13+installed on your system
- Nango accountwith Trello integration configured
- Trello API credentials(Client ID)
git clone <your-repo-url> cd trello-mcp
# Nango Configuration NANGO_BASE_URL=https://api.nango.dev NANGO_SECRET_KEY=your_nango_secret_key_here NANGO_CONNECTION_ID=your_user_connection_id NANGO_INTEGRATION_ID=trello # Trello Configuration TRELLO_CLIENT_ID=your_trello_api_key_here # Optional: Enable debug mode DEBUG=false
Add the following configuration to your Claude Desktop config file:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "trello": { "command": "uvx", "args": ["git+https://github.com/Shameerpc5029/trello-mcp.git"], "env": { "NANGO_BASE_URL": "https://api.nango.dev", "NANGO_SECRET_KEY": "your_nango_secret_key_here", "NANGO_CONNECTION_ID": "your_user_connection_id", "NANGO_INTEGRATION_ID": "trello", "TRELLO_CLIENT_ID": "your_trello_api_key_here" } } } }
- Sign up atNango.dev
- Create a new integration for Trello
- Configure OAuth settings
- Get yourNANGO_SECRET_KEYfrom the dashboard
- Set up a connection and note theNANGO_CONNECTION_ID
- Go toTrello Developer Portal
- Get your API Key (this becomes yourTRELLO_CLIENT_ID)
- Restart Claude Desktop
- Look for the Trello tools in the tool palette
- Try asking: "Show me my Trello boards"
Once configured, you can interact with Trello through Claude using natural language:
- "Show me all my Trello boards"
- "Create a new board called 'Project Planning'"
- "What lists are on my 'Work Tasks' board?"
- "Add a card called 'Review PR' to the 'To Do' list"
- "Move the card 'Bug Fix' from 'In Progress' to 'Done'"
- "Add a comment to the card about updating documentation"
- "Search for all cards containing 'urgent'"
- "Create a new list called 'Blocked' on my current project board"
- "Set up a new project board with lists: Backlog, To Do, In Progress, Review, Done"
- "Show me all cards assigned to me across all boards"
- "Archive the completed sprint list"
-
"Missing required environment variables" error
- Ensure all required variables are set in your.envfile
- Check that the config in Claude Desktop matches your environment
- Verify your Nango integration is properly configured
- Check that your Trello API key is correct
- Ensure the Nango connection is active
- Restart Claude Desktop after configuration changes
- Check the file path in the Claude config is correct
- Verify theuvcommand is available in your PATH
- Check the server logs for detailed error messages
- Verify your Trello permissions allow the requested operations
Enable debug logging by settingDEBUG=truein your.envfile for detailed operation logs.
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Check the troubleshooting section above
- Review theMCP documentation
- CheckNango documentation
- Open an issue in this repository
- Model Context Protocol
- Nango Documentation
- Trello API Documentation
- Claude Desktop
Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem
Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers
A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
Interact with Trello boards, lists, and cards using the Trello REST API.
Manage and interact with Trello boards, lists, and cards.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp
The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.
Keep teams & agents coordinated automatically
From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





