MCP.so
登录

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.

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

Hyeongseob91

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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 服务器