SZ84.NET
Back to List
OfficialProductivityTrello

Trello MCP

The official Trello MCP server integrates your AI assistant with Trello's visual project management tools. It enables models to manage boards, lists, and cards, as well as track task progress and collaborate with team members. This is a powerful tool for automating project organization and enhancing team productivity through AI.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "trello": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-trello"
      ],
      "env": {
        "TRELLO_API_KEY": "YOUR_API_KEY",
        "TRELLO_TOKEN": "YOUR_TOKEN"
      }
    }
  }
}

Key Features

Manage Trello boards, lists, and cards

Create and update tasks with descriptions and labels

Track task progress and member assignments

Search and filter across multiple boards

Server Details

The official Trello MCP server integrates your AI assistant with Trello's visual project management tools. It enables models to manage boards, lists, and cards, as well as track task progress and collaborate with team members. This is a powerful tool for automating project organization and enhancing team productivity through AI.

Pricing

free

Tags

OfficialProductivityTrello

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository