FiveM Development MCP Server
A comprehensive Model Context Protocol server for FiveM development. Supports FiveM natives, QBCore, COX MySQL, Prodigy Studios (prp-bridge), and more.
Features
Documentation Search
Search FiveM documentation by topic and category. Get direct links to relevant documentation.
Native Functions
Look up GTA5/FiveM native functions with signatures, parameters, and code examples.
Manifest Generator
Generate fxmanifest.lua files automatically for any framework and scripting language.
Event Reference
Complete database of FiveM events including core, QBCore, and Prodigy Studios (prp-bridge) events with examples.
Boilerplate Generator
Generate complete resource structures with client, server, config, and optional NUI files.
Framework Support
Full support for Standalone, ESX, QBCore, and Prodigy Studios (prp-bridge) in both Lua and JavaScript.
Ready to get started?
Set up the MCP server in just 5 minutes with our quick start guide.
Resources
MCP Server Configuration
To connect to the FiveM MCP server, use the following configuration in your MCP client:
{
"servers": {
"fivem": {
"url": "https://fivem.homestead.systems/fivem",
"type": "http"
}
}
}