uapi-pro-mcp-server

jinyinghua/uapi-pro-mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated 5d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uapi-pro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jinyinghua/uapi-pro-mcp-server"
      ]
    }
  }
}

README Excerpt

基于 Vercel Serverless 的 MCP 服务器,提供 UAPI Pro 搜索 API 功能,支持 API Key 认证。 - 🔐 **API Key 认证** - 基于 Bearer Token 的安全认证 - 🚀 **Vercel Serverless** - 无状态、自动扩缩容 - 🌐 **智能搜索** - 支持多种搜索参数和过滤条件 - 📱 **兼容性强** - 支持标准 MCP 客户端 ```bash npm install ``` 创建 `.env.local` 文件: ```env UAPI_PRO_API_KEY=your-uapi-pro-api-key MCP_API_KEYS=key1,key2,key3