MCPTrello
MCPTrello
Ein MCP-Server (Model Context Protocol), der eine kleine, kuratierte Auswahl an Trello-Tools bereitstellt – entwickelt, damit ein Agent ein Trello-Board lesen und leicht aktualisieren kann, ohne Kontext von Hand einzufügen, und als Lernübung dafür, wie Tool-Beschreibungen das Verhalten von Agenten prägen (für die Begründungen hinter jedem einzelnen Tool siehe DESIGN_NOTES.md).
Tools
Tool | Zweck |
| Listet zugängliche Boards auf (ID, Name, URL). |
| Vollständiger offener Zustand eines Boards: Listen mit verschachtelten offenen Karten. |
| Liest eine einzelne Karte anhand ihrer ID, einschließlich ihrer vollständigen Beschreibung. |
| Volltextsuche nach Karten, über ein Board oder über alle Boards. |
| Erstellt eine Karte in einer Liste. |
| Aktualisiert den Namen, die Beschreibung und/oder das Fälligkeitsdatum einer Karte. |
| Verschiebt eine Karte in eine andere Liste. |
| Fügt der Checkliste einer Karte einen Eintrag hinzu. |
Nicht Teil dieser v1: vollständiges CRUD, Remote/OAuth-Authentifizierung, Ratenbegrenzung, MCP-Ressourcen/Prompts, ein cc-init-Command, die automatische Ersttelling von Check list und die outschen für Between Caching of Board-/Listennamen zwischen Aufrufen.
Related MCP server: trello-mcp-server
Einrichtung
1. Trello-Zuegansdaten erhalten
Gehe zu https://trello.com/power-ups/admin und erstelle (oder wähle) ein Power-Um-Dup, um einen API-Schlüssel zu erhalten.
Auf der derechen Seite des keys you erzeugende Token one, that du dem still „VerToken“ folgst – das autorisiert den Schlüssel, als dein Trello-Konto zu handeln.
2. Umgebung konfigurieren
cp .env.example .envFülle .env aus:
TRELLO_API_KEY=...
TRELLO_TOKEN=...
DEFAULT_BOARD_ID=... # optional — id of the board to use when `board` is omittedDEFAULT_BOARD_ID ist optional. Ohne diesen Wert verlangen Tools für ein Board: enthalten entweder, dass du examplizit angibst, oder (bei search_cards) über jedes Board zu suchen, auf das duzaug reifenhle kannst.
3. Installieren und bauen
Erfordert Node.js 18+.
npm install
npm run build4. Bei Claude Code registrieren
claude mcp add trello -- node <absolute-path-to-repo>\dist\index.jsVerifizierung
npm run build— TypeScript-Build; nach jeder Quellcodeänderung ausführen.npm run verify— startet den gebauten Server als Subprozess über stdio und nutzt dafür die eigenenClient+StdioClientTransportdes MCP-SDK, listet alle Tools und ruft jedes auf (einschließlich mindestens eines Fehler-/Mehrdeutigkeitsfalls pro Tool) gegen dein echtes Trello-Konto. Erfordert eine vollständig ausgefüllte.env— es werden echte API-Calls durchgeführt. *MCP Inspector (npx @modelcontextprotocol/inspector --cli node dist/index.js --method tools/list) ist eine sekundäre, Best-effort-Prüfung. Jede veröffentlichte Inspector-Version erfordert Node ≥22.7.5; unter Node 18 wird sie nicht starten. Wenn du sie ausführen möchtest, verwende eine separate Node-22+-Installation (z. B. via nvm), anstatt die Laufzeitvoraussetzung dieses Projekts anzuheben.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to manage Trello boards, lists, cards, comments, checklists, labels, and members through natural language.16
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Trello boards, lists, cards, labels, checklists, members, comments, and attachments through natural language.176ISC
- AlicenseNot gradedqualityAmaintenanceEnables interaction with Trello boards, lists, and cards through MCP-compatible clients, allowing read and update operations on allowlisted boards.76MIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients to read and update Trello boards, lists, cards, comments, and labels using Trello's official REST API.176ISC
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sorialex/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server