mcpbeat Sign in

start.gg MCP Server

local only

start.gg MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 8 Sep 2026.

MCP server for the start.gg GraphQL API: tournaments, events, entrants, sets, standings, streams

Installs per day peak 101 · avg 3
a month agotoday
20
Installs / week
npm · startgg-mcp-server
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check start.gg MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add startgg-mcp-server -- npx -y startgg-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "startgg-mcp-server": {
      "args": [
        "-y",
        "startgg-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.startgg-mcp-server]
command = "npx"
args = ["-y", "startgg-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "startgg-mcp-server": {
      "args": [
        "-y",
        "startgg-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "startgg-mcp-server": {
      "args": [
        "-y",
        "startgg-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: STARTGG_TOKEN (start.gg API token (create at https://start.gg/admin/profile/developer)), STARTGG_ENABLE_WRITES (Reserved flag for future write (mutation) tools; keep false). The author declared them in the registry entry; get the values from the project itself.

Alternatives to start.gg MCP Server

same job, measured the same way
Stream Estate
by fullstck

MCP server for the Stream.estate French real estate API

31 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only
Tekna Events & News
by vortiago

MCP server for Tekna events and news

89 installs/wk local only
930m310n
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

58 installs/wk local only
Geomelon MCP
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

29 installs/wk local only
P4plan MCP
by perforce

MCP server for P4 Plan — tasks, sprints, bugs, comments, custom fields via GraphQL API.

25 installs/wk local only

start.gg MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for start.gg MCP Server?
start.gg MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package startgg-mcp-server was installed 20 times last week.
How do I connect start.gg MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls startgg-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use start.gg MCP Server?
The npm package startgg-mcp-server was installed 20 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is start.gg MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.