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"
}
}
}Write Better Code With AI
Using AI tools for BeamNG modding? Check out our guides on writing clean Lua and cleaning up AI-generated code:
- Lua Coding Standards — Naming, structure, comments, and idioms for clean Lua
- Cleaning Up AI-Generated Code — Spot and fix common AI slop patterns
These pair well with the MCP server — give your AI tool the docs, then review its output against these standards.
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