MCP ExplorerExplorer

Mcp Steam

@exion 10 months ago
1 GPL-3.0
FreeCommunity
AI Systems
MCP Server for Steam integration, built with Gradle and Java.

Overview

What is Mcp Steam

mcp-steam is a server designed to facilitate communication between applications using the MCP (Multi-Channel Protocol) framework, specifically tailored for Steam-related functionalities.

Use cases

Use cases for mcp-steam include developing Steam-based game servers, creating applications that interact with Steam for user data retrieval, and building tools for game developers to manage their Steam-related services.

How to use

To use mcp-steam, you need to build the project using the command ‘./gradlew :bootJar’. After building, you can run the server by configuring the ‘claude_desktop_config.json’ file with your Steam ID and API key, and executing the Java command provided.

Key features

Key features of mcp-steam include support for STDIO transport, customizable logging options, and the ability to integrate with Steam services through a simple configuration.

Where to use

mcp-steam can be used in gaming applications, particularly those that require integration with Steam’s API for features like user authentication, game statistics, and in-game purchases.

Content

How to build

./gradlew :bootJar

How to run

claude_desktop_config.json:

{
  "mcpServers": {
    "spring-ai": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.transport=STDIO",
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.bannerMode=off",
        "-Dlogging.pattern.console=",
        "-jar",
        "PATH_TO_PROJECT\\build\\libs\\exi-mcp-1.0-SNAPSHOT.jar",
        "--my_steam_id=YOUR_STEAM_ID",
        "--my_steam_key=YOUR_STEAM_API_KEY"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers