Labsco
Shameerpc5029 logo

Trello

โ˜… 1

from Shameerpc5029

Integrates with Trello to manage projects, boards, and cards, using Nango for authentication.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Trello MCP Server

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.

๐Ÿš€ Features

  • 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

๐Ÿ“‹ Available Tools

Board Operations

  • 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

List Operations

  • 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

Card Operations

  • 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

Search & Discovery

  • trello_search - Search across Trello for boards, cards, members, etc.

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Development Setup

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Test thoroughly
  5. Submit a pull request

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ†˜ Support

If you encounter any issues:

  1. Check the troubleshooting section above
  2. Review the MCP documentation
  3. Check Nango documentation
  4. Open an issue in this repository