Skip to content
Claude Desktop

AGS API for Claude Desktop

io.github.accelbyte/ags-api-mcp-server

Stateless MCP server for AccelByte Gaming Services APIs with OpenAPI integration

client:Claude Desktop transport:streamable-http

Install AGS API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "ags-api-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{studio}-{game}.prod.gamingservices.accelbyte.io/mcp/{studio}-{game}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

AGS API in other clients