Skip to content
Cline

FiveM MCP for Cline

io.github.ziyacivan/fivem-mcp

Build, run and live-test FiveM servers with AI agents: RCON, DevCon, window control, mcpb bridge.

client:Cline transport:stdio runtime:npm

Install FiveM MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fivem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fivem-mcp-server"
      ],
      "env": {
        "FIVEM_HOST": "<FIVEM_HOST>",
        "FIVEM_CLIENT_DEVCON_PORT": "<FIVEM_CLIENT_DEVCON_PORT>",
        "FIVEM_RCON_ADDRESS": "<FIVEM_RCON_ADDRESS>",
        "FIVEM_RCON_PASSWORD": "<FIVEM_RCON_PASSWORD>",
        "FIVEM_SERVER_LOG": "<FIVEM_SERVER_LOG>",
        "FIVEM_MCPB_TOKEN": "<FIVEM_MCPB_TOKEN>",
        "FIVEM_EXECUTABLE": "<FIVEM_EXECUTABLE>",
        "FIVEM_CONSOLE_CAPACITY": "<FIVEM_CONSOLE_CAPACITY>",
        "FIVEM_QUIET_MS": "<FIVEM_QUIET_MS>",
        "FIVEM_COMMAND_TIMEOUT_MS": "<FIVEM_COMMAND_TIMEOUT_MS>",
        "FIVEM_MCP_DEBUG": "<FIVEM_MCP_DEBUG>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

FiveM MCP in other clients