A Model Context Protocol (MCP) server that provides tools for interacting with Trello boards.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"delorenj/mcp-server-trello"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-trello npx -y delorenj/mcp-server-trello
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"delorenj/mcp-server-trello"
]
}
}
}