trello mcp server for Cursor
io.github.billnobill/trello-mcp-server
Trello Model Context Protocol (MCP) Server for AI Agents
client:Cursor
transport:stdio
runtime:npm
Install trello mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"trello-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<TRELLO_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs