P
Pawndex MCP Server
作者 @sittiev
A Model Context Protocol (MCP) server for PawnDex, the Pawn package index for the SA-MP / open.mp ecosystem.
创建于 6/13/2026
更新于 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
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx pawndex_mcp_server
Cursor 配置 (mcp.json)
{
"mcpServers": {
"sittiev-pawndex-mcp-server": {
"command": "uvx",
"args": [
"pawndex_mcp_server"
]
}
}
}