★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated 6d ago
HTTP bridge + MCP server for Claude Code to interact with a running FiveM server in real-time. Lua exec, NUI/CDP control, console capture, DB queries.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ktx_claude_bridge": {
"command": "npx",
"args": [
"-y",
"ktox-dev/ktx_claude_bridge"
]
}
}
}
Run in terminal:
claude mcp add ktx_claude_bridge npx -y ktox-dev/ktx_claude_bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"ktx_claude_bridge": {
"command": "npx",
"args": [
"-y",
"ktox-dev/ktx_claude_bridge"
]
}
}
}