Odel
MTA:SA Documentation MCP Server

MTA:SA Documentation MCP Server

Local
@luminaire13378TypeScriptGPL-3.0Updated 4mo ago

MCP server for MTA:SA documentation with intelligent search and caching

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmtasa-docs-mcpv1.0.3

Run

npx -y mtasa-docs-mcp

MCP client config

{
  "mcpServers": {
    "mta-sa-documentation-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mtasa-docs-mcp"
      ]
    }
  }
}