mcp-steam

mcp-steam

1

This project outlines the setup and execution of a Java-based Model Context Protocol (MCP) Server application. It features customization options for integration with steam services, running on standard IO.

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"
      ]
    }
  }
}