Odel
scopus mcp server

scopus mcp server

Local
@smaboundless1PythonMITUpdated 2mo ago

Search Scopus abstracts, authors, and export citations via Elsevier API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIscopus-mcp-serverv1.0.0

Run

uvx scopus-mcp-server

MCP client config

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