Trello MCP Server for Cursor
io.github.jimdrews/fastmcp-trello
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
client:Cursor
transport:stdio
runtime:pypi
Install Trello MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fastmcp-trello": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-trello"
],
"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