MCP Trello
A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
MCP Trello
A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards. This server enables seamless integration with Trello's API while handling rate limiting, type safety, and error handling automatically.
Features
- Full Trello Board Integration: Interact with cards, lists, and board activities
- Built-in Rate Limiting: Respects Trello's API limits (300 requests/10s per API key, 100 requests/10s per token)
- Type-Safe Implementation: Written in TypeScript with comprehensive type definitions
- Input Validation: Robust validation for all API inputs using Zod schemas
- Error Handling: Graceful error handling with informative messages
Core Components
- MCP Servers: These servers act as bridges, exposing APIs, databases, and code libraries to external AI hosts. By implementing an MCP server in TypeScript, developers can share data sources or computational logic in a standardized way using JSON-RPC 2.0.
- MCP Clients: These are the consumer-facing side of MCP, communicating with servers to query data or perform actions. MCP clients use TypeScript SDKs, ensuring type-safe interactions and uniform approach to tool usage.
- MCP Hosts: Systems such as Claude, Cursor, Windsurf, Cline, and other TypeScript-based platforms coordinate requests between servers and clients, ensuring seamless data flow. A single MCP server can thus be accessed by multiple AI hosts without custom integrations.
Available Tools
MCP Trello provides the following tools for interacting with Trello:
Board Management
- getMyBoards: Retrieve all boards for the authenticated user (useful for finding board IDs)
Card Management
- getCardsByList: Fetch all cards from a specific list
- getMyCards: Fetch all cards assigned to the current user (works without board ID)
- addCard: Add a new card to a specified list
- updateCard: Update an existing card's details (name, description, due dates, labels, position)
- moveCard: Move a card to a different list or board
- archiveCard: Send a card to the archive
- changeCardMembers: Add or remove members from a card
List Management
- getLists: Retrieve all lists from the configured board (requires board ID)
- addList: Add a new list to the board (requires board ID)
- archiveList: Send a list to the archive
Board Information
- getRecentActivity: Fetch recent activity on the board (requires board ID)
Project Structure
mcp-trello/
├── src/
│ ├── index.ts # Main entry point
│ └── trello/ # Trello API integration
│ ├── client.ts # Trello client implementation
│ ├── rate-limiter.ts # Rate limiting functionality
│ └── types.ts # TypeScript type definitions
├── docs/ # Documentation
├── package.json # Project configuration
└── tsconfig.json # TypeScript configuration
Installation
Using Smithery
The easiest way to install MCP Trello is using Smithery:
# For Claude
npx -y @smithery/cli install @Hint-Services/mcp-trello --client claude
# For Cursor
npx -y @smithery/cli install @Hint-Services/mcp-trello --client cursor
# For Windsurf
npx -y @smithery/cli install @Hint-Services/mcp-trello --client windsurf
# For Cline
npx -y @smithery/cli install @Hint-Services/mcp-trello --client cline
# For TypeScript
npx -y @smithery/cli install @Hint-Services/mcp-trello --client typescript
Manual Installation
pnpm add mcp-trello
Configuration
Add the server to your MCP settings file with the following configuration:
{
"mcpServers": {
"trello": {
"command": "npx",
"args": ["-y", "@Hint-Services/mcp-trello"],
"env": {
"trelloApiKey": "your-api-key",
"trelloToken": "your-token",
"trelloBoardId": "your-board-id"
}
}
}
}
Environment Variables
Required
trelloApiKey: Your Trello API key (get from https://trello.com/app-key)trelloToken: Your Trello token (generate using your API key)
Optional
trelloBoardId: Full 24-character ID of the Trello board to interact with (required for board-specific operations)
Finding Your Board ID
Important: The board ID is NOT the short code you see in the Trello URL.
For example, if your board URL is https://trello.com/b/a1b2c3d4/my-board, the short code a1b2c3d4 is not the board ID.
To find your board's full 24-character ID:
- Configure the server with only your API key and token (omit
trelloBoardIdinitially) - Use the
getMyBoardstool to list all your boards - Find your board in the results and copy the
idfield (notshortLink) - The board ID will look like:
507f1f77bcf86cd799439011(24 characters) - Add this full ID to your configuration as
trelloBoardId
Note: Some tools like getMyCards and getMyBoards work without a board ID configured. Board-specific tools like getLists, addList, and getRecentActivity require a valid board ID.
For Developers
If you're interested in contributing to this project or developing your own tools with this server, please see the Development Guide.
Learn More
For further information on the MCP ecosystem, refer to:
- Model Context Protocol Documentation: Detailed coverage of MCP architecture, design principles, and more advanced usage examples.
- Smithery - MCP Server Registry: Guidelines for publishing your tools to Smithery and best practices for their registry.
- MCP TypeScript SDK Documentation: Comprehensive documentation of the TypeScript SDK.
- MCP Security Guidelines: Detailed security best practices and recommendations.
About Hint Services
"The future is already here, it's just unevenly distributed"
- William Gibson, Author
Hint Services is a boutique consultancy with a mission to develop and expand how user interfaces leverage artificial intelligence technology. We architect ambition at the intersection of AI and User Experience, founded and led by Ben Hofferber.
We offer specialized AI workshops for design teams looking to embrace AI tools without becoming developers. Learn more about our training and workshops.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Kone.vc
ผู้สนับสนุนMonetize your AI agent with contextual product recommendations
APITier MCP Server
MCP server exposing 10 APITier utility APIs as AI agent tools
Open Agreements
Fill standard legal agreement templates (NDAs, SAFEs, NVCA docs, employment contracts) as DOCX files. Remote MCP server — no install required. MIT licensed.
floor plan generator
BuildFloorPlan is an AI floor plan generator for homeowners, interior designers, builders, and small planning teams who need to move from rough input to a reviewable layout faster. It turns short briefs, sketches, images, and PDFs into clearer floor plan outputs in seconds, supports technical 2D layouts, colored presentation-ready plans, and quick 3D previews, and helps users compare layout directions before renovation, client presentation, or internal review. It is designed for fast first drafts, supports editing and refinement workflows, and does not require CAD experience. You can start free with starter credits, and paid plans add more credits, longer history, and commercial usage options.
Atlassian MCP Client
An MCP client for integrating with Atlassian tools like Jira and Confluence using OAuth authentication.
Google Spreadsheet MCP
Full Google Sheets integration - read, write, format cells, create charts, use formulas, and manage spreadsheets.
TeXFlow
A document authoring and composition server for creating PDFs from LaTeX and Markdown, supporting collaborative editing and project-based workflows.
MCP Refchecker
A lightweight MCP server that wraps academic-refchecker, letting Claude verify academic citations against Semantic Scholar, OpenAlex, and CrossRef in real time
Budgetsco
Manage personal finances, track transactions, and create budgets with Budgetsco.
Todos
Personal todo list that persists across sessions. Create, update, complete, reorder, and delete todos. Todos are private to your mctx account. Call status first in every new session to see what's pending.
Hilanet MCP
Provides HR-related tools for a corporate dystopia.