mcp-nullbr-server

chenglu1129/mcp-nullbr-server
★ 21 stars Java 🔌 API Integration Updated 16d ago
用于搜索影视资源的mcp,使用的是nullbr的api
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": {
    "mcp-nullbr-server": {
      "command": "npx",
      "args": [
        "-y",
        "chenglu1129/mcp-nullbr-server"
      ]
    }
  }
}