A Model Context Protocol server for the Elsevier Scopus API
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Scopus MCP.
queryCallable MCP tool function
countCallable MCP tool function
sortCallable MCP tool function
coverDateCallable MCP tool function
scopus_idCallable MCP tool function
author_idCallable MCP tool function
δΈζ | English
π‘ Check out the Interaction Guide & Prompt Examples to see how to chat with this tool!
This is a Model Context Protocol (MCP) server that provides access to the Elsevier Scopus API. It allows AI assistants to search for academic papers, retrieve abstracts, and look up author profiles.
Please note that requesting an Elsevier Scopus API key generally requires that your organization or institution has a subscription to Elsevier database services. Additionally, to run this tool without manual setup, your device must have the uv package manager installed.
config.json file in the project root (or copy from config.json.example) and fill in your key:
MCP_tool_config.json, modifying the folder path (pay attention to the slash direction).MCP_tool_config.json.Prerequisite: You must have uv installed.
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"curl -LsSf https://astral.sh/uv/install.sh | shIf you use Claude Desktop, you can skip downloading the code and just configure it directly:
%APPDATA%\Claude\claude_desktop_config.json (Windows) or ~/Library/Application Support/Claude/claude_desktop_config.json (macOS).(If you don't have uv, see Installation for manual setup)
In Trae Settings -> MCP Servers -> Click Add -> Select Manual Configuration (JSON), then paste:
scopus-mcpcommand (stdio)uvx scopus-mcpSCOPUS_API_KEY in your system environment variables.You can run the server using uvx (recommended) or directly with python.
search_scopus
query (string): The search query (e.g., TITLE("Artificial Intelligence")).count (integer): Number of results to return (default: 5).sort (string): Sort order (e.g., coverDate).get_abstract_details
scopus_id (string): The Scopus ID of the document.get_author_profile
author_id (string): The Scopus Author ID.Run tests with:
This project is licensed under the MIT License - see the LICENSE file for details.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/scopus-mcp)<a href="https://allmcps.com/mcp/scopus-mcp"><img src="https://allmcps.com/api/badge/scopus-mcp?style=directory" alt="Scopus MCP on AllMCPs" /></a>