★ 0 stars
Go
🔌 API Integration
Updated 6d ago
An MCP server for Trello. Exposes 21 tools that let any MCP-compatible AI client manage boards, lists, cards, labels, and checklists via the Trello API.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"trello-mcp": {
"command": "go",
"args": [
"run",
"github.com/mab-go/trello-mcp@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add trello-mcp go run github.com/mab-go/trello-mcp@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"trello-mcp": {
"command": "go",
"args": [
"run",
"github.com/mab-go/trello-mcp@latest"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://github.com/mab-go/trello-mcp/actions"><img src="https://img.shields.io/github/check-runs/mab-go/trello-mcp/main?style=flat&labelColor=555555&label=checks" alt="Build Status" /></a> <a href="https://goreportcard.com/report/github.com/mab-go/trello-mcp"><img src="https://goreportcard.com/badge/github.com/mab-go/trello-mcp?cachebuster=5000" alt="Go Report Card" /></a>
Tools (20)
trello_add_attachment trello_add_check_item trello_add_checklist trello_add_comment trello_add_label trello_archive_card trello_board_summary trello_boards trello_cards trello_check_item trello_checklists trello_create_card trello_create_list trello_get_card trello_labels trello_lists trello_move_card trello_remove_label trello_search trello_unarchive_card