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
{
"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