Trello MCP
@azareljacobs
关于 Trello MCP
Model Context Protocol (MCP) server for querying Trello boards and cards
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"trello-mcp-azareljacobs": {
"command": "npx",
"args": [
"@azareljacobs/trello-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Trello MCP?
Trello MCP is a Model Context Protocol (MCP) server that enables AI assistants to query Trello boards and cards. It is designed for developers who want to interact with Trello data through MCP‑compatible tools.
How to use Trello MCP?
Install the server with npx @azareljacobs/trello-mcp (recommended) or via npm install -g @azareljacobs/trello-mcp. Provide your Trello API credentials using environment variables (TRELLO_API_KEY, TRELLO_TOKEN), a .env file, or the env section of your MCP configuration file. After setup, invoke MCP tools such as get_boards, get_boards_summary, get_board_details, get_cards, get_lists, and search.
Key features of Trello MCP
- Provides six MCP tools to retrieve Trello boards, lists, cards, and search results.
- Offers two board retrieval modes: comprehensive (
get_boards) and fast summary (get_boards_summary). - Returns detailed board and card information via
get_board_detailsandget_cards. - Supports optional card filtering by visibility (
get_cardsfilter parameter). - Authenticates using a Trello API key and token, configurable in three ways.
Use cases of Trello MCP
- AI assistant fetching an overview of all Trello boards for a project status update.
- Searching across Trello for specific cards or content by keyword.
- Retrieving detailed information about a single board, including its lists and cards.
- Getting a filtered list of cards (e.g., only visible cards) from a board.
FAQ from Trello MCP
What are the prerequisites for using Trello MCP?
Node.js v14 (or higher) and a Trello API key and token are required.
How do I obtain Trello API credentials?
Create a Trello Power‑Up at trello.com/power-ups/admin, then generate an API key and a token from the API Key tab.
What authentication methods are supported?
Credentials can be provided via environment variables, a .env file, or the env section of an MCP configuration file (e.g., ~/.codeium/windsurf/mcp_config.json).
Which MCP tools are available?
The server offers get_boards, get_boards_summary, get_board_details, get_cards, get_lists, and search.
Are there any tools that require no input parameters?
Yes, get_boards and get_boards_summary require no parameters.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
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!
评论