start.gg MCP Server for Cursor
io.github.tomo789/startgg-mcp-server
MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams
client:Cursor
transport:stdio
runtime:npm
Install start.gg MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"startgg-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"startgg-mcp-server"
],
"env": {
"STARTGG_TOKEN": "<STARTGG_TOKEN>",
"STARTGG_ENABLE_WRITES": "<STARTGG_ENABLE_WRITES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs