A server for interacting with Trello boards, handling API integration, rate limiting, and type safety.
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.
MCP Trello provides the following tools for interacting with Trello:
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
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
pnpm add mcp-trello
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"
}
}
}
}
trelloApiKey
: Your Trello API key (get from https://trello.com/app-key)trelloToken
: Your Trello token (generate using your API key)trelloBoardId
: ID of the Trello board to interact with (found in board URL)If you're interested in contributing to this project or developing your own tools with this server, please see the Development Guide.
For further information on the MCP ecosystem, refer to:
"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.
Capture screenshots and read the clipboard on Windows from within a WSL environment.
Manages configurations for MCP clients, automatically detecting file paths based on OS and client.
Tools to the query and execute of Dify workflows
Provides read-only access to issues within the Linear project management tool.
Manage schedules using the Dooray API. Requires API key, member ID, and calendar ID to be configured.
Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.
Enhances AI reasoning by providing a structured thinking environment.
Perform advanced CSV analysis and generate insights using Google's Gemini AI. Requires Gemini and Plotly API keys.
Interact with the Salesforce API using jsforce, requiring username and password for authentication.
Provides secure access to Atlassian Confluence content and spaces using its REST API.