SCOPUS MCP Server
Provides tools for searching the Scopus literature database, retrieving article metadata by DOI/EID/PII/Scopus ID, and fetching citation counts.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SCOPUS MCP ServerSearch Scopus for recent papers on CRISPR gene editing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SCOPUS MCP Server
MCP server for the Scopus literature database, powered by the official Elsevier Scopus Search API.
Requirements
An Elsevier API key is required (free, personal tier, weekly quota ~20,000 requests):
Go to https://dev.elsevier.com/ and sign in / register
Click "Request an API Key" and create a key
Set it as the
ELS_API_KEYenvironment variable
The key is read from the environment only — never commit it to the repo.
Related MCP server: classScopusMCP
Tools
search_scopus- search Scopus (plain text or raw query syntax likeTITLE-ABS-KEY("cancer") AND PUBYEAR > 2019), with author/journal/year filtersget_scopus_article- article metadata by DOI / EID / PII / Scopus IDget_scopus_citations- total and yearly citation counts for an article
Run locally
pip install -r requirements.txt
set ELS_API_KEY=your-key-here # PowerShell
python scopus_server.pyMCP endpoint: http://localhost:8000/mcp (Streamable HTTP)
Deploy
The included Dockerfile runs the server bound to $PORT (default 8000) on
0.0.0.0. Set ELS_API_KEY as a secret environment variable on your host.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
Academic research MCP server for paper search, citation checks, graphs, and deep research.
PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP server for academic research using the OpenAlex API, enabling article search, details retrieval, and author profile lookup.-
- FlicenseAqualityDmaintenanceAn MCP server that integrates Scopus, Crossref, and PubMed APIs to search academic papers and fetch abstracts, usable with any MCP-compatible AI client.2-
- AlicenseAqualityAmaintenanceAn MCP server for academic literature research that integrates Scopus, CrossRef, OpenAlex, and Unpaywall to search documents, get abstracts, author profiles, citing papers, and open-access PDF links.9MIT
- AlicenseAqualityCmaintenanceUnified MCP server for scientific literature search and extraction, integrating databases like Scopus, OpenAlex, Semantic Scholar, and Unpaywall to enable AI agents to discover papers, track citations, and analyze content.27MIT