mcpbeat Sign in

FiveM MCP Server

by ziyacivan Your server? Claim it
local only

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.

Installs per day peak 176 · avg 7
a month agotoday
67
Installs / week
npm · fivem-mcp-server
11
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add fivem-mcp -- npx -y fivem-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fivem-mcp": {
      "args": [
        "-y",
        "fivem-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fivem-mcp]
command = "npx"
args = ["-y", "fivem-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "fivem-mcp": {
      "args": [
        "-y",
        "fivem-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to FiveM MCP

same job, measured the same way
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
I
ThunderPhone
by thunderphone

Build, test, deploy and run AI phone agents: agents, numbers, calls, tests, knowledge, campaigns.

answering
Connic
by connic

Build, test, deploy, and operate Connic agents.

answering
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

58 installs/wk local only
Crosspad MCP
by crosspad

Development workflow server for CrossPad — build, test, run, screenshot, and navigate code

202 installs/wk local only
MCP Server Zotero Dev
by introfini

MCP server enabling AI assistants to build, test, and debug Zotero plugins

81 installs/wk local only
replicant-mcp
by thecombatwombat

Android MCP server for AI-assisted development. Build, test, emulate, and automate.

121 installs/wk local only

FiveM MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for FiveM MCP?
FiveM MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package fivem-mcp-server was installed 67 times last week.
How do I connect FiveM MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fivem-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use FiveM MCP?
The npm package fivem-mcp-server was installed 67 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FiveM MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 11 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.