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 "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceMCP 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.6MIT
- 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
Related MCP Connectors
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yussufembabi/SCOPUS-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server