Weapon Recoil Generator – build your own recoil MCP
@Hyeongseob91
关于 Weapon Recoil Generator – build your own recoil MCP
This repository hosts the “Weapon Recoil Generator” MCP Server deployed on Smithery.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Weapon Recoil Generator – build your own recoil MCP?
This MCP server provides two core tools—Weapon Recoil Generation and Recoil Visualization—exposed as HTTP endpoints. It lets FPS game developers generate and visualize weapon recoil patterns via simple API calls, deployable locally or in the cloud.
How to use Weapon Recoil Generator – build your own recoil MCP?
Install by cloning the repository and running pip install -r requirements.txt. Start the server with uvicorn main:app --reload --host 0.0.0.0 --port 8000. Configure it in Claude Desktop by adding the command python /path/to/mcp-server/main.py --http to the config file, then call the /wrg and /rvz endpoints.
Key features of Weapon Recoil Generator – build your own recoil MCP
- Weapon Recoil Generation for machine gun, pistol, and shotgun
- Recoil Visualizer creates 2D scatter plots of trajectory data
- HTTP endpoints
/wrg/*and/rvz/*for easy access - Local and cloud deployment using FastMCP
- Real-time feedback and tuning during game balance
- Planned API key authentication for access control
Use cases of Weapon Recoil Generator – build your own recoil MCP
- Generate recoil patterns without implementing complex algorithms
- Visualize recoil trajectories to validate and prototype gun behavior
- Share unified recoil endpoints across backend, frontend, and AI engineers
- Integrate with CI/CD pipelines for automated deployment
- Adjust game balance with data-driven recoil tuning via API calls
FAQ from Weapon Recoil Generator – build your own recoil MCP
What tools does this server provide?
Two tools: Weapon Recoil Generation (WRG) for machine gun, pistol, and shotgun, and Recoil Visualizer (RVZ) for plotting data.
How do I install and run the server?
Clone the repository, run pip install -r requirements.txt, then start with uvicorn main:app --reload --host 0.0.0.0 --port 8000.
How do I use it with Claude Desktop?
Add the server configuration to Claude Desktop's config file with the command python /path/to/mcp-server/main.py --http and restart.
What are the deployment options?
Deploy locally or to cloud environments like Smithery using FastMCP for on-demand scaling.
Is authentication supported?
API key authentication is planned for future release to control external access.
开发工具 分类下的更多 MCP 服务器
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
评论