Submit

Trello Mcp

@kocakli

Trello Desktop MCP A Model Context Protocol (MCP) server that provides comprehensive Trello integration for Claude Desktop. This server enables Claude to interact with Trello boards, cards, lists, and more through a secure local connection. Features πŸ” Search & Discovery Universal Search: Search across all Trello content (boards, cards, members, organizations) User Boards: Get all boards accessible to the current user Board Details: Retrieve detailed information about boards including lists and cards πŸ“ Card Management Create Cards: Add new cards to any list with descriptions, due dates, and assignments Update Cards: Modify card properties like name, description, due dates, and status Move Cards: Transfer cards between lists to update workflow status Get Card Details: Fetch comprehensive card information including members, labels, and checklists πŸ’¬ Collaboration Add Comments: Post comments on cards for team communication Member Management: View board members and member details Activity History: Track card actions and changes πŸ“‹ Organization List Management: Create new lists and get cards within specific lists Labels: View and manage board labels for categorization Checklists: Access card checklists and checklist items Attachments: View card attachments and linked files
Overview

What is Trello Mcp?

Trello Mcp is a Model Context Protocol (MCP) server that provides comprehensive integration with Trello for the Claude Desktop application, allowing users to interact with Trello boards, cards, and lists through a secure local connection.

How to use Trello Mcp?

To use Trello Mcp, you need to install the server, configure it with your Trello API credentials, and set it up in the Claude Desktop application. After configuration, you can use natural language commands to interact with Trello.

Key features of Trello Mcp?

  • Universal Search: Search across all Trello content including boards, cards, and members.
  • Card Management: Create, update, move, and retrieve card details.
  • Collaboration Tools: Add comments, manage members, and track activity history.
  • List Management: Create lists and manage labels and checklists.

Use cases of Trello Mcp?

  1. Managing project tasks by creating and updating Trello cards.
  2. Collaborating with team members through comments and activity tracking.
  3. Organizing projects by managing lists and labels effectively.

FAQ from Trello Mcp?

  • What are the prerequisites for using Trello Mcp?

You need Node.js 18+, a Claude Desktop application, and a Trello account with API credentials.

  • Is Trello Mcp free to use?

Yes! Trello Mcp is free to use for anyone with a Trello account.

  • How secure is Trello Mcp?

API credentials are stored locally, and all API calls use HTTPS to ensure security.

Server Config

{
  "mcpServers": {
    "trello": {
      "command": "node",
      "args": [
        "/absolute/path/to/trello-desktop-mcp/dist/index.js"
      ],
      "env": {
        "TRELLO_API_KEY": "your-api-key-here",
        "TRELLO_TOKEN": "your-token-here"
      }
    }
  }
}
Β© 2025 MCP.so. All rights reserved.

Build with ShipAny.