Trello MCP Server for Gemini CLI
io.github.jimdrews/fastmcp-trello
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
client:Gemini CLI
transport:stdio
runtime:pypi
Install Trello MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fastmcp-trello": {
"command": "uvx",
"args": [
"fastmcp-trello"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs