start.gg MCP Server for Claude Desktop
io.github.tomo789/startgg-mcp-server
MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams
client:Claude Desktop
transport:stdio
runtime:npm
Install start.gg MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"startgg-mcp-server": {
"command": "npx",
"args": [
"-y",
"startgg-mcp-server"
],
"env": {
"STARTGG_TOKEN": "<STARTGG_TOKEN>",
"STARTGG_ENABLE_WRITES": "<STARTGG_ENABLE_WRITES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs