RLS Studios
ProjectsPatreonCommunityDocsAbout
Join Patreon
BeamNG Modding Docs

Guides

Reference

UI

Resources

BeamNG Game Engine Lua Cheat SheetGE Developer RecipesMCP Server Setup

// RLS.STUDIOS=true

Premium Mods for BeamNG.drive. Career systems, custom vehicles, and immersive gameplay experiences.

Index

HomeProjectsPatreon

Socials

DiscordPatreon (RLS)Patreon (Vehicles)

© 2026 RLS Studios. All rights reserved.

Modding since 2024

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

GE Developer Recipes

A comprehensive collection of 50+ practical solutions for common Game Engine (GE) development tasks. Each recipe is copy-paste ready with explanations.

On this page

MCP Server SetupMCP prompts for agentCursorClaude DesktopWrite Better Code With AIAvailable Tools