Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

start.gg MCP Server in other clients