Trello (npx) MCP Server
CommunityContributed by delorenj
Manage Trello boards, lists, cards, comments, attachments, checklists, and custom fields via the Trello REST API. Provides 40+ tools with built-in rate limiting and workspace navigation.
About the Trello (npx) MCP Server
The Trello (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Trello boards, lists, cards, comments, attachments, checklists, and custom fields via the Trello REST API. Provides 40+ tools with built-in rate limiting and workspace navigation. This is a community-contributed MCP server by delorenj.
Install the Trello (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"env": {
"TRELLO_API_KEY": "${input:TRELLO_API_KEY}",
"TRELLO_TOKEN": "${input:TRELLO_TOKEN}",
"TRELLO_BOARD_ID": "${input:TRELLO_BOARD_ID}"
},
"metadata": {
"inputs": [
{
"id": "TRELLO_API_KEY",
"label": "Trello API Key",
"description": "Your Trello API key. Obtain it from the Trello Power-Ups admin / app-key page while logged in.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************************",
"obtain": {
"url": "https://trello.com/app-key",
"instructions": "1. Log in to Trello\n2. Open https://trello.com/app-key\n3. Copy the API Key shown at the top of the page",
"button_label": "Get API Key"
}
},
{
"id": "TRELLO_TOKEN",
"label": "Trello Token",
"description": "Trello API token generated from your API key. Grants the server access to act on your behalf.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "********************************************************************",
"obtain": {
"url": "https://trello.com/app-key",
"instructions": "1. Open https://trello.com/app-key\n2. Under the API Key, click the 'Token' link (Manually generate a Token)\n3. Approve the requested permissions\n4. Copy the generated token",
"button_label": "Generate Token"
}
},
{
"id": "TRELLO_BOARD_ID",
"label": "Default Board ID",
"description": "Optional default Trello board ID (deprecated). Can be omitted and changed at runtime via the set_active_board tool.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "5f1d2c3b4a5e6f7a8b9c0d1e"
}
]
}
}Categories
Tags
Supported AI Clients
The Trello (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Notion (Docker)
Read and write Notion pages, databases, and blocks via Docker container. Uses a Notion integration token for authentication.
Notion (Remote)
Read and write Notion pages, databases, and blocks through Notion's hosted remote MCP server. No local setup required, authenticates via OAuth.
Notion (npx)
Read and write Notion pages, databases, and blocks locally via npx. Uses a Notion integration token for authentication.
Linear (Remote)
Manage Linear issues, projects, cycles, and teams through the hosted remote MCP server. No local installation required. Connects via OAuth.
Asana
Manage Asana tasks, projects, workspaces, and comments. Create and update tasks, search projects, manage dependencies and subtasks.
Install Trello (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.