Trello MCP Server
@m0xai
About Trello MCP Server
A simple yet powerful MCP server for Trello.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"trello-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"install",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MaxKB
1Panel-devπ₯ MaxKB is an open-source platform for building enterprise-grade agents. εΌΊε€§ζη¨ηεΌζΊδΌδΈηΊ§ζΊθ½δ½εΉ³ε°γ
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcocoδΈζ’δΊ CSS
π 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,
Comments