MCP server for the Scopus API — search abstracts, authors, and export citations
Project description
Scopus MCP Server
An MCP (Model Context Protocol) server for searching Scopus, Elsevier's abstract and citation database covering 90M+ records across science, technology, medicine, social sciences, and arts & humanities.
Built with FastMCP.
Tools
| Tool | Description |
|---|---|
scopus_search |
Search by keyword, title, author, affiliation, DOI, or advanced query |
scopus_abstract |
Retrieve full abstract and metadata for a specific record |
scopus_author |
Look up author profiles (h-index, document count, subject areas) |
scopus_author_papers |
List an author's publications |
scopus_export_ris |
Export results as RIS (for Zotero, EndNote, etc.) |
scopus_export_bibtex |
Export results as BibTeX |
Setup
1. Get a Scopus API key
You need a Scopus API key from the Elsevier Developer Portal. Institutional access (e.g., through a university) is typically required for full functionality.
2. Install
cd scopus-mcp-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
3. Add to Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"scopus": {
"command": "/path/to/scopus-mcp-server/venv/bin/python",
"args": ["/path/to/scopus-mcp-server/server.py"],
"env": {
"SCOPUS_API_KEY": "your-api-key"
}
}
}
}
Or if using Claude Code CLI:
claude mcp add scopus \
/path/to/scopus-mcp-server/venv/bin/python \
/path/to/scopus-mcp-server/server.py \
-e SCOPUS_API_KEY=your-api-key
Usage examples
- "Search Scopus for recent articles on deep learning in medical imaging"
- "Look up the author profile for Smith at Northwestern University"
- "Get the abstract for Scopus ID 85142567890"
- "Find this author's papers and export them as BibTeX"
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scopus_mcp_server-1.0.0.tar.gz.
File metadata
- Download URL: scopus_mcp_server-1.0.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8271fc722753fde60122f3dd8d260c0a13b3676b6f97449841d3817e426bf197
|
|
| MD5 |
a4cb140041fc337f060243f5a693a0f8
|
|
| BLAKE2b-256 |
12251b09343ca3d7f243f7087f365be9310b4b54378c01026ccf4a8d58d62b78
|
File details
Details for the file scopus_mcp_server-1.0.0-py3-none-any.whl.
File metadata
- Download URL: scopus_mcp_server-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d792e1da8be19ee0b947a6fd791d8a0c51b597faab3da80d78f8b972fc252df9
|
|
| MD5 |
fcd820a51a6eef74e9ef4a423e32a724
|
|
| BLAKE2b-256 |
869fded0576c7658162315be817e02c31256a2cc22adb46e2c59e37b8131a2b4
|