Odel
scopus mcp

scopus mcp

Local
@qwe455999938PythonMITUpdated 3mo ago

A Model Context Protocol server for the Elsevier Scopus 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-mcpv0.1.8

Run

uvx scopus-mcp

MCP client config

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