MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Modern MCP (Modular Control Panel) server for FiveM.

Created 3/25/2026
Updated about 7 hours ago
Repository documentation and setup instructions

FiveM Documentation 📚

Welcome to the FiveM Documentation! This is the official source. You can explore detailed guides, reference materials, and development resources here.

🔗 Source: docs.fivem.net

FiveM MCP Server 🤖

This project includes a Model Context Protocol (MCP) server that allows AI to search and read local FiveM documentation.

Installation

cd mcp-server
npm install
npm run build

Claude Desktop Configuration

Add the following configuration to your Claude Desktop config file (typically at %APPDATA%/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "fivem-mcp": {
      "command": "node",
      "args": ["C:/Users/Admin/Desktop/FiveM-MCP/mcp-server/build/index.js"]
    }
  }
}

Contributing 🚀

If you find any errors in the documentation or issues with the server, please report them directly in this repository.

Want to Help? 🤝

We love contributions! If you're interested in helping out, check out our Contribution Guidelines to get started.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/PolishDywan/FiveM-MCP-Server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "polishdywan-fivem-mcp-server": { "command": "git", "args": [ "clone", "https://github.com/PolishDywan/FiveM-MCP-Server" ] } } }