Multi Theft Auto MCP server
MCPpedia last refreshed this data
Mta MCP Server is an MCP server that multi Theft Auto MCP server. Its tool list has not been published yet over stdio and http, requires no API key, and scores 64/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mta-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repositories contains the source for MCP server(s?) intended to augment AI tooling use for creating resources / scripts for MTA San Andreas.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator
The official MCP Server for the Mux API
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
MCP Server for Text to Speech
MCP Security Weekly
Get CVE alerts and security updates for Mta Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This repositories contains the source for MCP server(s?) intended to augment AI tooling use for creating resources / scripts for MTA San Andreas.
These are the tools that the MCP server exposes:
GetFunctionList(side)Server, Client, Shared).GetFunctionInformation(functionName)GetEventList(side)Server or Client sides.GetEventParameters(eventName)GetPedModels()GetVehicleModels()SearchWiki(query)GetPageSource(functionName)The easiest way to use the MCP is by adding the MTA-hosted version of the MCP to your mcp.json (or your IDE's equivalent)
"MTA Wiki MCP": {
"url": "https://mcp.multitheftauto.com/wiki",
"type": "http"
}
The Debug Companion MCP exposes tools to run Lua on a running MTA server, control resources, and fetch recent server logs.
Available tools:
RunCode(string code)return (for example, wrap in an immediately-invoked function and return toJSON(...)).RestartResource(string name)StartResource(string name)StopResource(string name)GetLogs()debugCompanion resource on the MTA server.
user.* access to resource.debugCompanion.http in ACL in order for the MCP server to be able to access the companion resource.appsettings.json / appsettings.local.json so the MCP can communicate with the server.mcp.json (or IDE equivalent) pointing at the local URL (default local port used by the HTTP host is 5277):"Mta Debug Companion MCP": {
"url": "http://localhost:5277",
"type": "http"
}
Once added you can invoke the Debug Companion tools from your agent to run code, manage resources, and fetch logs.
You can use this to let the agent iterate independently, changing code, applying it, and verifying the changes work as intended.
It is recommended to set up a .github/copilot-instructions.md file in your workspace, or whatever is the equivalent for the tool you use, in order to make sure the models know how to use the MCPs.
The MCP server is a C# dotnet 10 application, developing requires dotnet 10 installed, and can be done in Visual Studio, vscore, or any IDE of your choosing.
The codebase has several projects: