fivem-mcp

juliantsu/fivem-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server that lets Claude develop and test FiveM resources inside a running game
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fivem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "juliantsu/fivem-mcp"
      ]
    }
  }
}

README Excerpt

**Develop FiveM resources from Claude — and test them inside the running game.** Claude gets a bridge into a live FiveM client: it can run console commands, execute Lua in the client context, read the client log and look up natives — the things you would otherwise do by hand in the F8 console, except an agent can do them in a loop.

Tools (12)

fivem_bridge_statusfivem_check_resourcefivem_execute_commandfivem_launchfivem_native_infofivem_read_crashfivem_read_logfivem_run_codefivem_screenshotfivem_server_commandfivem_server_consolefivem_server_run_code