MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

F
Fivem MCP Server

Modern MCP (Modular Control Panel) server for FiveM.

创建于 3/25/2026
更新于 about 3 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.

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/PolishDywan/FiveM-MCP-Server
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

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