FiveM MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 4 Sep 2026.
Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.
We read the source, 16 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(exe, args, { detached: true, stdio: "ignore" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fivem-mcp -- npx -y fivem-mcp-server
{
"mcpServers": {
"fivem-mcp": {
"args": [
"-y",
"fivem-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.fivem-mcp]
command = "npx"
args = ["-y", "fivem-mcp-server"]
{
"mcpServers": {
"fivem-mcp": {
"args": [
"-y",
"fivem-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fivem-mcp": {
"args": [
"-y",
"fivem-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FIVEM_HOST (Machine running the FiveM client (DevCon host). Default 127.0.0.1), FIVEM_CLIENT_DEVCON_PORT (Override the client devcon port (default: try 29200 then 29300)), FIVEM_RCON_ADDRESS (FXServer game host:port for RCON/getinfo. Default <FIVEM_HOST>:30120), FIVEM_RCON_PASSWORD (Matches rcon_password in server.cfg; required for server_command and the bridge), FIVEM_SERVER_LOG (Path to FXServer's redirected stdout (server.log); enables server-side read_console/wait_for_console (optional fallback transport for pre-0.5 bridges)), FIVEM_MCPB_TOKEN (Matches mcpb_token on the server when the bridge resource is configured with one), FIVEM_EXECUTABLE (Path to FiveM.exe for the launch tool. Default %LOCALAPPDATA%\FiveM\FiveM.exe), FIVEM_CONSOLE_CAPACITY (Client console lines kept in the ring buffer. Default 5000), FIVEM_QUIET_MS (Consider client command output complete after this quiet period. Default 400), FIVEM_COMMAND_TIMEOUT_MS (Default max wait for client_command output. Default 5000), FIVEM_MCP_DEBUG (Set to 1 to trace devcon frames and RCON round-trips on stderr).
The author declared them in the registry entry; get the values from the project itself.
AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control
Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.
Build, test, deploy and run AI phone agents: agents, numbers, calls, tests, knowledge, campaigns.
Build, test, deploy, and operate Connic agents.
Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools
Development workflow server for CrossPad — build, test, run, screenshot, and navigate code
MCP server enabling AI assistants to build, test, and debug Zotero plugins
Android MCP server for AI-assisted development. Build, test, emulate, and automate.
Answers built from our own checks of this server.