Comunio for Grok
io.github.josetorronteras/comunio
Read and operate a Comunio fantasy football team: squad, market, offers, lineup
client:Grok
transport:stdio
runtime:oci
Install Comunio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"comunio": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<COMUNIO_USER_AGENT>"
}
}
}
}
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