Loading MCP server directory, please wait...
MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams
npx @getmcp/cli add io.github.tomo789/startgg-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
STARTGG_TOKENstart.gg API token (create at https://start.gg/admin/profile/developer)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tomo789/startgg-mcp-server": {
"command": "npx",
"args": [
"-y",
"startgg-mcp-server"
],
"env": {
"STARTGG_TOKEN": "",
"STARTGG_ENABLE_WRITES": ""
}
}
}
}