Trello MCP Server for Grok
io.github.stucchi/trello
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
client:Grok
transport:stdio
runtime:pypi
Install Trello MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"trello": {
"type": "stdio",
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<TRELLO_API_KEY>",
"TRELLO_TOKEN": "<TRELLO_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs