mcp-server-trello-python

kuanpern/mcp-server-trello-python
★ 0 stars Python 🔌 API Integration Updated 1d ago
MCP server for Trello boards written in Python, support multiple tokens
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-py": {
      "command": "uvx",
      "args": [
        "mcp-server-trello-python"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-trello-python