research_hub_mcp

Ladvien/research_hub_mcp
★ 19 stars Rust 🔍 Search Updated 7d ago
A personal MCP server for Sci Hub
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": {
    "research_hub_mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "research_hub_mcp"
      ]
    }
  }
}