MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
MCPpedia last refreshed this data
io.github.delorenj/mcp-server-trello is an MCP server that MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration. Its tool list has not been published yet over stdio and http, requires no API key, and scores 86/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-delorenj-mcp-server-trello": {
"args": [
"-y",
"mcp-server-trello"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'mcp-server-trello' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-trello against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity
MCP server for monday.com integration.
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
HoneyBook client-portal MCP server for Claude — view contracts and invoices from wedding vendors
MCP Security Weekly
Get CVE alerts and security updates for io.github.delorenj/mcp-server-trello and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that gives AI agents full access to your Trello boards — cards, lists, checklists, attachments, comments, custom fields, and workspaces — with built-in rate limiting, type safety, and workflow-level tools you won't find in a plain API wrapper, like acceptance-criteria extraction and checklist dependency queries. 57 tools, one npx install, powered by Bun.
get_acceptance_criteria pulls a card's AC checklist straight into your agent's context — no competitor offers it.watch_card and watch_list route card and list activity into your Trello notifications.update_list_position), and archive lists.npx and npm work too.For a detailed list of changes, see CHANGELOG.md.
The server is published on npm as @delorenj/mcp-server-trello. Add it to your MCP client and you're done — no clone, no build.
Add the server to your client's MCP configuration:
{
"mcpServers": {
"trello": {
"command": "bunx",
"args": ["@delorenj/mcp-server-trello"],
"env": {
"TRELLO_API_KEY": "your-trello-api-key",
"TRELLO_TOKEN": "your-trello-token"
}
}
}
}
bunx starts fastest, but npx works identically. Get your API key at trello.com/app-key and generate a token from the same page.
Register the server with the CLI:
claude mcp add trello \
--env TRELLO_API_KEY=your-trello-api-key \
--env TR
... [View full README on GitHub](https://github.com/delorenj/mcp-server-trello#readme)