trello-mcp

Lucas-Palomo/trello-mcp
★ 1 stars Go Code/Dev Tools Updated today
Go MCP server for Trello. It exposes a focused tool surface for reading and mutating boards, lists, cards, labels, members, and organizations through the Model Context Protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "trello-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Lucas-Palomo/trello-mcp@latest"
      ]
    }
  }
}

README Excerpt

`trello-mcp` is a Go MCP server for Trello. It exposes a focused tool surface for reading and mutating boards, lists, cards, labels, members, and organizations through the Model Context Protocol, plus a local CLI for manual operation and verification. This project provides two executable surfaces: 1. an MCP server intended to be launched by an MCP host such as Claude Desktop or Cursor

Tools (1)

TRELLO_API_KEY