PluginBench
MCP Server
Maintained
MIT

io.github.SMABoundless/scopus MCP Server

io.github.SMABoundless/scopus

What is the io.github.SMABoundless/scopus MCP server?

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

How to install io.github.SMABoundless/scopus

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SCOPUS_API_KEY
    required
    secret

    Scopus API key from https://dev.elsevier.com/

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scopus": {
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ],
      "env": {
        "SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "scopus": {
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ],
      "env": {
        "SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "scopus": {
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ],
      "env": {
        "SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "scopus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scopus-mcp-server"
      ],
      "env": {
        "SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add scopus --env SCOPUS_API_KEY=<YOUR_SCOPUS_API_KEY> -- uvx scopus-mcp-server

Related MCP servers

Search and retrieve scholarly metadata from the Crossref REST API

0
Python
MIT
View repository →

Search ORCID researcher profiles, retrieve works, and export citations

0
Python
MIT
View repository →

Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar

0
TypeScript
View repository →

Open-access availability for 120M+ scholarly articles via the Unpaywall API

0
Python
MIT
View repository →