MCP Server Setup
Use BeamNG docs with AI coding tools like Cursor and Claude Desktop
MCP Server Setup
Use our MCP server to give your AI coding tools direct access to BeamNG modding documentation.
MCP prompts for agent
Copy and paste this prompt directly into your AI tool.
Add this MCP server to my config:
{
"mcpServers": {
"beamng-docs": {
"url": "https://rlsstudios.dev/api/mcp"
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"beamng-docs": {
"url": "https://rlsstudios.dev/api/mcp"
}
}
}Claude Desktop
Add to your Claude Desktop MCP settings:
{
"mcpServers": {
"beamng-docs": {
"url": "https://rlsstudios.dev/api/mcp"
}
}
}Available Tools
- search_docs - Semantic search across all BeamNG Lua documentation
- get_extension - Get full API reference for a specific extension module
- get_function - Look up any Lua function by name
- list_hooks - List available lifecycle hooks and callbacks