Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MTA:SA Documentation MCP ServerHow do I create a vehicle at a specific position?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MTA:SA Documentation MCP Server
Work in Progress: This project is currently under active development and not ready for production use. Features may be incomplete or subject to change.
A Model Context Protocol (MCP) server providing AI assistants with access to Multi Theft Auto: San Andreas documentation through intelligent search and vector similarity.
Note: Not yet available on npm registry.
Quick Start
# Clone the repository
git clone https://github.com/Luminaire1337/mtasa-docs-mcp.git
cd mtasa-docs-mcp
# Install dependencies
pnpm install
# Build the project
pnpm build
# Test with MCP inspector
pnpm inspectorWhat It Does
This MCP server gives AI assistants access to MTA:SA function documentation with:
Vector similarity search for finding relevant functions
Smart keyword expansion (e.g., "database" → finds
dbQuery,dbPoll)Deprecation warnings for outdated functions
SQLite caching for fast repeated access
Documentation
AGENTS.md - Complete technical documentation for developers
FEATURES.md - Planned features and roadmap
License
This project is licensed under the GNU General Public License v3.0.
See LICENSE file for details.
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.