MCP Server Trello
@delorenj
关于 MCP Server Trello
A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-trello": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server Trello?
MCP Server Trello is a Model Context Protocol (MCP) server that provides tools for interacting with Trello boards. It handles rate limiting, type safety, and error handling automatically, and integrates with Trello’s API to manage cards, lists, checklists, comments, attachments, and board activities. It is built with Bun for performance and is distributed as a BMAD‑compatible skill package, also installable via npm/pnpx/npx.
How to use MCP Server Trello?
Install by activating the bundled skill (skill/SKILL.md) or by using the Smithery install path for @delorenj/mcp-server-trello. Configure required environment variables TRELLO_API_KEY and TRELLO_TOKEN. Optionally set a default board (TRELLO_BOARD_ID) or workspace (TRELLO_WORKSPACE_ID). Invoke MCP tools such as list_boards, set_active_board, get_card, or the checklist tools (e.g., get_checklist_items).
Key features of MCP Server Trello
- Full Trello board integration with cards, lists, and activities
- Complete card data extraction including checklists, attachments, labels, members, and comments
- Comment management (add, update, delete, retrieve)
- File attachment support from URLs (PDFs, images, documents, etc.)
- Built‑in rate limiting respecting Trello’s 300 req/10s (key) and 100 req/10s (token) limits
- Dynamic board and workspace selection without restart
- Markdown formatting for card data exports
- Workspace access restriction via environment variable
Use cases of MCP Server Trello
- Automate project management tasks by letting an AI agent create, update, and retrieve Trello cards.
- Generate summary reports from board data using the markdown export feature.
- Manage checklists and acceptance criteria programmatically across multiple boards.
- Integrate Trello with other MCP tools for end‑to‑end workflow automation.
- Limit AI agent access to approved Trello workspaces in multi‑tenant setups.
FAQ from MCP Server Trello
What authentication is required?
You must obtain a Trello API key (from trello.com/app-key) and a Token generated from that key. Provide them as environment variables TRELLO_API_KEY and TRELLO_TOKEN.
Does the server have any rate limits?
Yes. The built‑in rate limiter respects Trello’s limits: 300 requests per 10 seconds per API key and 100 requests per 10 seconds per token.
Where does the server store persistent state?
The active board and workspace selections are stored in ~/.trello-mcp/config.json on the machine where the server runs, persisting across restarts.
What transport protocol does it use?
As an MCP server, it communicates using the Model Context Protocol (SDK) – typically over stdio or HTTP depending on the host environment. The README does not specify a custom transport.
Can I restrict which workspaces the server can access?
Yes. Set the TRELLO_ALLOWED_WORKSPACES environment variable to a comma‑separated list of workspace IDs. The server will then only list, access, or create boards within those workspaces.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论