elsevier-mcp
Provides access to Elsevier's academic databases via the Elsevier Developer APIs, enabling searches of Scopus and ScienceDirect, abstract and article retrieval, journal metadata lookup, and subject area classification.
Enables searching Scopus for scholarly documents, retrieving abstracts and metadata by various identifiers, and accessing author and affiliation profiles (with institutional access).
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., "@elsevier-mcpSearch Scopus for articles about quantum computing published in 2024"
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.
elsevier-mcp
MCP server for the Elsevier Developer APIs. Gives Claude Code access to Scopus, ScienceDirect, and other Elsevier academic databases.
Quick Start
Get a free API key at dev.elsevier.com, then pick an install method below.
Claude Code — plugin marketplace (recommended)
This repository is a Claude Code plugin marketplace. Add it, then install the plugin — no clone or npm install required:
/plugin marketplace add kemalabuteliyte/elsevier-mcp
/plugin install elsevier-mcp@elsevier-toolsThe plugin ships a self-contained server bundle, so it just works once installed. Provide your API key through your environment before launching Claude Code:
export ELSEVIER_API_KEY=your_api_key_here
# optional — institutional access unlocks all 14 tools:
# export ELSEVIER_INST_TOKEN=your_institutional_token
# export ELSEVIER_ENABLE_ALL_TOOLS=trueRestart Claude Code. The elsevier tools are now available. Done.
Claude Desktop — one-click install
Download the latest .mcpb file from Releases, then open it with Claude Desktop. You'll be prompted to enter your API key during setup.
Manual install (from source)
git clone https://github.com/kemalabuteliyte/elsevier-mcp.git
cd elsevier-mcp
npm install
npm run buildThen add to your Claude Code settings:
{
"mcpServers": {
"elsevier": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/elsevier-mcp/dist/index.js"],
"env": {
"ELSEVIER_API_KEY": "your_api_key_here"
}
}
}
}Or via CLI:
claude mcp add elsevier -e ELSEVIER_API_KEY=your_key -- node /absolute/path/to/elsevier-mcp/dist/index.jsRelated MCP server: classScopusMCP
Available Tools
These 6 tools work with a free Elsevier API key:
Tool | Description |
| Search Scopus for scholarly documents by query |
| Retrieve abstract/metadata by DOI, Scopus ID, EID, PII, or PubMed ID |
| Retrieve ScienceDirect article by DOI, PII, or EID |
| Search for journals by title, ISSN, publisher, or subject |
| Retrieve journal details by ISSN |
| Look up Scopus/ScienceDirect subject area codes and descriptions |
Enabling All Tools (Institutional Access)
8 additional tools require institutional network access, an institutional token, or additional API subscriptions. Enable with ELSEVIER_ENABLE_ALL_TOOLS=true:
{
"mcpServers": {
"elsevier": {
"type": "stdio",
"command": "node",
"args": ["/absolute/path/to/elsevier-mcp/dist/index.js"],
"env": {
"ELSEVIER_API_KEY": "your_api_key_here",
"ELSEVIER_INST_TOKEN": "your_institutional_token",
"ELSEVIER_ENABLE_ALL_TOOLS": "true"
}
}
}
}Tool | Description | Requires |
| Search for authors in Scopus | Institutional access |
| Search for institutions and affiliations | Institutional access |
| Retrieve author profile by ID, EID, or ORCID | Institutional access |
| Retrieve institution details by ID or EID | Institutional access |
| Get citation counts (supports batch lookup) | API subscription |
| Detailed citation overview with yearly breakdowns | API subscription |
| PlumX altmetrics (usage, captures, social media) | Institutional access |
| Retrieve full text of a ScienceDirect article as plain text | Institutional access |
To get institutional access:
Connect from a university/institutional network with a Scopus subscription
Or request an institutional token from
apisupport@elsevier.comThe server automatically attempts IP-based authentication on 401 errors
Example Queries
Scopus search uses Boolean syntax with field codes:
TITLE(machine learning) AND PUBYEAR > 2020AUTH(Einstein) AND TITLE(relativity)AFFIL(MIT) AND KEY(quantum computing) AND PUBYEAR = 2024DOI(10.1016/j.jclepro.2020.121092)
Environment Variables
Variable | Required | Description |
| Yes | API key from dev.elsevier.com |
| No | Institutional token for expanded access |
| No | Set to |
Troubleshooting
401 error: Your API key lacks entitlements for this endpoint. You may need institutional access or an institutional token.
403 error: Your API key doesn't have the required subscription for this resource.
429 error: Rate limit exceeded. Elsevier quotas reset weekly.
No results: Try broadening your query or using different field codes.
License
MIT
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.Last updated
- Flicense-qualityDmaintenanceAn MCP server that integrates Scopus, Crossref, and PubMed APIs to search academic papers and fetch abstracts, usable with any MCP-compatible AI client.Last updated
- AlicenseAqualityBmaintenanceMCP server for the Elsevier Developer APIs. Gives Claude Code access to Scopus, ScienceDirect, and other Elsevier academic databases.Last updated66MIT
- 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.Last updated6MIT
Related MCP Connectors
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.
Science MCP — free science data APIs
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/chackchang/elsevier_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server