start.gg MCP Server for Grok
io.github.tomo789/startgg-mcp-server
MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams
client:Grok
transport:stdio
runtime:npm
Install start.gg MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"startgg-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"startgg-mcp-server"
],
"env": {
"STARTGG_TOKEN": "<STARTGG_TOKEN>",
"STARTGG_ENABLE_WRITES": "<STARTGG_ENABLE_WRITES>"
}
}
}
}
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