trackmcp
Back to directory
Hyeongseob91

Wanted_MCP-Server

View on GitHub

This repository hosts the “Weapon Recoil Generator” MCP Server deployed on Smithery.

0 stars PythonOthers Updated Dec 17, 2025

Documentation

Weapon Recoil Generator – build your own recoil MCP

  • We released a versatile MCP server that lets FPS game developers generate and visualize weapon recoil patterns via simple API calls.
  • FPS 게임 개발자가 간단한 API 호출만으로 무기 반동 패턴을 생성하고 시각화할 수 있는 강력한 MCP 서버를 출시했습니다.

Learn more and deploy on Smithery: ![smithery badge](https://smithery.ai/server/@Hyeongseob91/mcp-server)

WRG MCP Server

  • This MCP server provides two core tools—Weapon Recoil Generation and Recoil Visualization—exposed as HTTP endpoints. Simply deploy locally or in the cloud and start tuning your game’s recoil behavior in real time.
  • 이 MCP 서버는 ‘무기 반동 생성’과 ‘반동 시각화’라는 두 가지 핵심 도구를 HTTP 엔드포인트로 제공하며, 로컬 또는 클라우드에 배포한 뒤 실시간으로 반동 튜닝을 시작할 수 있습니다.

Installation

bash
git clone https://github.com/Hyeongseob91/mcp-server.git
cd mcp-server
pip install -r requirements.txt

Development

Run the server locally with automatic reload:

자동 리로드 기능을 켜고 로컬에서 서버를 실행합니다:

bash
uvicorn main:app --reload --host 0.0.0.0 --port 8000

Usage

Configure in Claude Desktop

Add to your Claude config:

Claude 설정 파일에 다음을 추가하세요:

  • macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
  • Windows: `%APPDATA%/Claude/claude_desktop_config.json`
json
{
  "mcpServers": {
    "wrg": {
      "command": "python /path/to/mcp-server/main.py --http"
    }
  }
}

After restarting Claude Desktop, you can call the `/wrg` and `/rvz` endpoints directly.

Claude Desktop을 재시작한 후 /wrg와 /rvz 엔드포인트를 직접 호출할 수 있습니다.

Key Features

  • Weapon Recoil Generation (WRG)
      • Weapon Recoil Generation (WRG)
          • Weapon Recoil Generation (WRG)
              • Recoil Visualizer (RVZ)
                  • MCP Endpoints
                    • Remote & Local Deployment
                      • API Key Authentication (Planned)

                        Expected Benefits

                        1. Productivity Boost

                          2. Enhanced Collaboration & Reusability

                            3. Flexible Deployment & Scaling

                              4. Real-Time Feedback & Tuning

                                Debugging

                                • Since this server communicates over HTTP, use verbose logging and the built-in reload flag. For deeper inspection, attach a debugger to the Uvicorn process or review the console error outputs.
                                • 이 서버는 HTTP로 통신하므로, 자세한 로깅과 --reload 플래그를 사용하세요. 보다 심층적인 검사를 위해 Uvicorn 프로세스에 디버거를 연결하거나 콘솔 오류 출력을 확인하면 됩니다.

                                Frequently asked questions

                                What is Wanted_MCP-Server?

                                Wanted_MCP-Server is This repository hosts the “Weapon Recoil Generator” MCP Server deployed on Smithery.

                                How do I install Wanted_MCP-Server?

                                Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

                                Is Wanted_MCP-Server open source?

                                Yes — it is hosted on GitHub at https://github.com/Hyeongseob91/Wanted_MCP-Server.

                                Related MCP tools

                                Run your own MCP server? See who uses it and what to fix.

                                Measure it with TrackMCP