P
Pawndex MCP Server
by @sittiev
A Model Context Protocol (MCP) server for PawnDex, the Pawn package index for the SA-MP / open.mp ecosystem.
Created 6/13/2026
Updated about 3 hours ago
README
Repository documentation and setup instructions
PawnDex MCP Server
A Model Context Protocol (MCP) server for PawnDex, the Pawn package index for the SA-MP / open.mp ecosystem.
This server enables AI assistants (like Claude) to:
- Search for Pawn packages with various filters.
- Inspect detailed information about specific repositories, including releases and tags.
- Retrieve global statistics and supported languages.
Tools
search_packages: Search for packages using queries likemysql,is:official,user:openmultiplayer, etc.get_package: Get full details for aowner/repocombination.get_stats: View global PawnDex metrics.get_languages: List supported languages in the index.
Installation
For Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pawndex": {
"command": "uv",
"args": [
"--directory",
"/path/to/pawndex_mcp_server",
"run",
"pawndex_mcp_server"
]
}
}
}
Development
Requires Python 3.11+.
# Install dependencies
uv sync
# Run the server locally (STDIO)
uv run pawndex_mcp_server
License
MIT
Quick Setup
Installation guide for this server
Install Package (if required)
uvx pawndex_mcp_server
Cursor configuration (mcp.json)
{
"mcpServers": {
"sittiev-pawndex-mcp-server": {
"command": "uvx",
"args": [
"pawndex_mcp_server"
]
}
}
}