Provides access to the Start.gg platform to query tournament information, event standings, and player sets, search for videogame IDs, and report bracket results.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Start.gg MCP ServerShow me the top 8 standings for the Genesis X Melee event"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Start.gg MCP Server
A Model Context Protocol (MCP) server that provides access to the Start.gg GraphQL API. This server allows LLMs to query tournament information, event standings, player sets, and report bracket results directly.
Features
Tournament & Event Discovery: Look up tournaments and events by their slugs and IDs.
Standings & Statistics: Fetch event standings, entrants, and recent sets for specific players.
Bracket Management: Retrieve bracket sets (matches) and report winners.
Game Search: Find videogame IDs to filter tournament searches.
Prerequisites
Node.js: Version 22.0.0 or higher.
Start.gg API Key: You must have a valid Personal Access Token from Start.gg Developer Settings.
Setup & Configuration
1. Get an API Key
Log in to Start.gg.
Go to Developer Settings in your profile.
Create a new Personal Access Token.
Copy the token and keep it secure.
2. Environment Variables
The server requires the following environment variable to be set:
STARTGG_API_KEY: Your Start.gg Personal Access Token.
3. Build & Run locally
Clone the repository and install dependencies:
npm install
npm run build
npm run start:stdioAvailable Tools
Tool | Description |
| Retrieves details for a tournament by slug, including its events. |
| Retrieves details for an event by slug (e.g., |
| Retrieves paginated standings (placements) for an event ID. |
| Retrieves a paginated list of entrants for an event ID. |
| Retrieves paginated bracket sets (matches) for an event ID. |
| Retrieves the most recent sets played by a player by their player ID. |
| Retrieves the Start.gg videogame ID for a given game name. |
| Reports the winner of a specific bracket set. |
Usage with MCP Clients
Claude Desktop
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"startgg": {
"command": "node",
"args": ["/path/to/startgg-mcp/dist/index.js"],
"env": {
"STARTGG_API_KEY": "your_api_key_here"
}
}
}
}Example Prompts
Once configured, you can ask Claude things like:
"Who won the Melee singles at Genesis X?"
"Find the Start.gg ID for Super Smash Bros. Melee."
"Show me the top 8 standings for the Ultimate event at Smash Con 2024."
"What are the most recent sets played by Mang0?"
Troubleshooting
API Key Issues
Ensure
STARTGG_API_KEYis correctly set in your environment or client config.Verify the key is a "Personal Access Token" and not a "Client ID".
Check if your key has expired or has been revoked in Start.gg settings.
Connection Errors
If running via HTTP, ensure the server is listening on the correct port and accessible from your client.
Check the server logs (outputted to stderr in stdio mode) for detailed error messages.
Development
Build:
npm run buildWatch mode:
npm run dev:stdioLint & Format:
bun run devcheckTest:
npm test
License
Apache-2.0
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.