mcp-server-trello

delorenj/mcp-server-trello
★ 260 stars TypeScript 🔌 API Integration Updated 1mo ago
A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-trello": {
      "command": "npx",
      "args": [
        "-y",
        "delorenj/mcp-server-trello"
      ]
    }
  }
}