Odel
Steam MCP Server

Steam MCP Server

Local
@grinv4TypeScriptMITUpdated 2w ago

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsteam-games-mcpv0.13.1

Run

npx -y steam-games-mcp

MCP client config

{
  "mcpServers": {
    "steam-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "steam-games-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/Grinv/steam-games-mcp/releases/download/v0.13.1/steam-games-mcp.mcpbv0.13.1

Distributed as an MCP bundle (`https://github.com/Grinv/steam-games-mcp/releases/download/v0.13.1/steam-games-mcp.mcpb`) — download it and import the bundle in your MCP client.