Trello MCP Server
@m0xai
关于 Trello MCP Server
A simple yet powerful MCP server for Trello.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"trello-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"install",
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Trello MCP Server?
Trello MCP Server is an MCP server that enables AI hosts like Claude to interact with Trello boards, lists, cards, and checklists via the Trello API. It is designed for users who want to manage Trello projects through natural language conversations.
How to use Trello MCP Server?
Install by cloning the repository, configuring Trello API credentials in a .env file, and running uv run mcp install main.py to set up the server for Claude Desktop. Alternatively, run in SSE mode with python main.py for use with other MCP clients like Cursor. Once connected, ask natural language queries such as "Show me all my boards" or "Create a new card in list [list_name]".
Key features of Trello MCP Server
- Read all boards and specific board details.
- Create, rename, and archive lists.
- Create, update, and delete cards.
- Manage checklists and checklist items.
- Integrates with Claude Desktop and SSE clients.
- Supports Docker for container
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论