mcp server trello for Grok
io.github.delorenj/mcp-server-trello
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
client:Grok
transport:stdio
runtime:npm
Install mcp server trello in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-trello": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-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