Connects MCP-compatible clients to Trello for board, card, list, search, attachment, checklist, label, and member operations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Trello Desktop MCP.
trello_searchUniversal search across all Trello content (boards, cards, members). Use this to find specific items by keywords or phrases.
trello_get_user_boardsGet all boards accessible to the current user. This is the starting point for exploring your Trello workspace.
get_board_detailsGet information about a Trello board. IMPORTANT: Start with includeDetails=false (default) to get board metadata and lists only. Then use get_card or trello_get_list_cards to drill into specific cards. Only set includeDetails=true for small boards when you need a full overview.
get_cardGet detailed information about a specific Trello card, including its content, status, members, and attachments.
create_cardCreate a new card in a Trello list. Use this to add tasks, ideas, or items to your workflow.
update_cardUpdate properties of an existing Trello card. Use this to change card details like name, description, due date, or status.
The agrath/Trello-Desktop-MCP MCP server gives an MCP client access to Trello workspace data and common board-management actions. Its toolset covers board discovery, board metadata, lists, cards, members, labels, custom field definitions, checklists, attachments, comments, activity history, and cross-content search.
Read operations can locate accessible boards, inspect lists and cards, retrieve member or label information, and search boards, cards, members, and organizations. Write operations can create and modify cards and lists, move cards between lists, add comments, assign or remove members, manage labels, upload or delete attachments, and edit checklist data. The available tools also include card archiving and checklist-item operations described in the project README.
When get_card encounters image attachments, the server downloads those images and returns them as inline MCP image content blocks in addition to the card data. This can make Trello card visuals available to clients that support MCP image content.
The server uses stdio transport, so the MCP client starts it as a local process. Trello access is made with the API key and token associated with a Trello Power-Up. Credentials can be supplied globally through TRELLO_API_KEY and TRELLO_TOKEN, or passed as apiKey and token tool parameters; request-level values take precedence over environment variables.
Several retrieval tools support compact responses. Compact mode is enabled by default for board details, board cards, list cards, and search, reducing the returned fields. Set compact to false when descriptions, labels, members, or custom fields are needed. For board exploration, the README recommends starting with board metadata and lists, then retrieving individual cards or list cards rather than requesting full details for large boards.
Install the published npm package with npx -y atlassian-trello-mcp. The client configuration must provide the two Trello credential variables. Claude Desktop configuration uses an mcpServers entry with command set to npx and arguments containing -y and atlassian-trello-mcp.
Before configuring the client, create a Trello Power-Up, generate its API key, and authorize a token with the required read, write, and account scopes. The project README notes that each user must create their own Power-Up and token.
Set TRELLO_READ_ONLY=true to disable write operations and expose only read/query tools. This is appropriate when an agent should inspect workspace data without changing Trello.
The agrath/Trello-Desktop-MCP MCP server includes tools for:
The server requires Trello credentials; it does not provide anonymous Trello access. Image attachment handling is tied to get_card and depends on the client supporting inline MCP image content. Full-detail responses may return more data than compact responses, so the README advises using them selectively, particularly for larger boards.
The npm package and repository are presented as an active fork, published under the package name atlassian-trello-mcp. The documented compatible clients include Claude Desktop, Claude Code, and Gemini CLI; this listing specifically identifies Claude Desktop among the supported client options.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agrath-trello-desktop-mcp)<a href="https://allmcps.com/mcp/agrath-trello-desktop-mcp"><img src="https://allmcps.com/api/badge/agrath-trello-desktop-mcp?style=directory" alt="Trello Desktop MCP on AllMCPs" /></a>