FiveM Development MCP Server

A Model Context Protocol server that gives AI assistants deep knowledge of FiveM scripting โ€” natives, events, QBCore, COX, Community Bridge, and more.

FiveM Core

Natives, events, manifests, boilerplate, and documentation search

QBCore

Functions, events, shared data, config, players, and resource docs

COX (Overextended)

ox_inventory, ox_target, ox_doorlock, ox_fuel, and MySQL queries

Community Bridge

Universal framework bridge โ€” 21 modules + 17 libraries for any framework

Connect via HTTP

Add this to your MCP client configuration:

{
    "servers": {
        "fivem": {
            "url": "https://fivem.homestead.systems/fivem",
            "type": "http"
        }
    }
}