Trello MCP Server for Cursor
io.github.stucchi/trello
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
client:Cursor
transport:stdio
runtime:pypi
Install Trello MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trello": {
"type": "stdio",
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs