scopus-mcp-server

SMABoundless/scopus-mcp-server
★ 0 stars Python Search Updated 9d ago
MCP server for searching Scopus — 90M+ scholarly records across all disciplines
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scopus-mcp-server": {
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install scopus-mcp-server