Trello MCP Server for Grok
io.github.jimdrews/fastmcp-trello
Manage Trello boards, lists, and cards from any MCP-compatible AI assistant
client:Grok
transport:stdio
runtime:pypi
Install Trello MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fastmcp-trello": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-trello"
],
"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