Steam MCP Server

MCP server for Steam reviews, game metadata, and Steam Community discussions

Local serverstdio

What is the Steam MCP server?

MCP server for Steam reviews, game metadata, and Steam Community discussions. Exposed over MCP by the steam mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

MCP server for exploring Steam store reviews and community discussion threads, built for the question behind most Steam research:

Adding it to your client

The server ships on npm as steam-review-and-forum-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Its toolset

Everything the assistant can do here goes through one of these:

  • Requirements — The Requirements tool exposed by this server
  • Storage — The server writes saved review and forum datasets to local disk. If STEAM_REVIEW_EXPORT_DIR and STEAM_FORUM_EXPORT_DIR are not set, the defaults are
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server
  • Reviews — The Reviews tool exposed by this server
  • Forums — The Forums tool exposed by this server

Configuration

You will need 2 environment variables: STEAM_REVIEW_EXPORT_DIR, STEAM_FORUM_EXPORT_DIR. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 22.19+ - npm

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the steam mcp server does with a few real requests.

When to reach for it

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Steam's toolset — Requirements, Storage, Cursor and 3 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
RequirementsThe Requirements tool exposed by this server.
StorageThe server writes saved review and forum datasets to local disk. If STEAM_REVIEW_EXPORT_DIR and STEAM_FORUM_EXPORT_DIR are not set, the defaults are package-relative:
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
ReviewsThe Reviews tool exposed by this server.
ForumsThe Forums tool exposed by this server.

How to install the Steam MCP server

{
  "mcpServers": {
    "steam-review-and-forum": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "steam-review-and-forum-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js 22.19+ - npm
VariableDescriptionRequired
STEAM_REVIEW_EXPORT_DIRFilesystem location the server is allowed to use.Optional
STEAM_FORUM_EXPORT_DIRFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Steam to Requirements.
  • Use Steam to Storage.
  • Use Steam to Cursor.

Frequently asked questions

It connects Steam to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Requirements, Storage, Cursor, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Steam directly.