Back to Apps

Bevy BRP MCP
by natepiano
Control Bevy engine applications via AI using the Bevy Remote Protocol (BRP).
0 stars
Works in:claude
Exposes:Tools
What it does
Bevy BRP MCP provides a bridge between AI coding assistants and Bevy engine applications. It leverages the Bevy Remote Protocol (BRP) to allow agents to inspect, control, and interact with a running Bevy game or application in real-time.
Tools
get_guide: Retrieves guidance data from the Bevy app.get_kind: Inspects specific entity types or kinds within the engine.get_path: Resolves paths and entity hierarchies.reset_test: Resets the application state for testing cycles.debug_protocol: Analyzes and debugs the BRP communication stream.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bevy_brp": {
"command": "cargo run --package bevy_brp_mcp"
}
}
}
Supported hosts
Confirmed support for Claude Desktop via the provided cargo installation method.
Quick install
cargo run --package bevy_brp_mcpInformation
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add `"bevy_brp": { "command": "cargo run --package bevy_brp_mcp" }` to your mcpServers config.





