Server data from the Official MCP Registry
A Model Context Protocol server for the Elsevier Scopus API
A Model Context Protocol server for the Elsevier Scopus API
Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
11 files analyzed Β· 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCOPUS_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-qwe4559999-scopus-mcp": {
"env": {
"SCOPUS_API_KEY": "your-scopus-api-key-here"
},
"args": [
"scopus-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
δΈζ | 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:
{
"api_key": "YOUR_KEY_HERE"
}
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).{
"mcpServers": {
"scopus-assistant": {
"command": "uvx",
"args": [
"scopus-mcp"
],
"env": {
"SCOPUS_API_KEY": "PUT_YOUR_KEY_HERE"
}
}
}
}
(If you don't have uv, see Installation for manual setup)
In Trae Settings -> MCP Servers -> Click Add -> Select Manual Configuration (JSON), then paste:
{
"mcpServers": {
"scopus-assistant": {
"command": "uvx",
"args": [
"scopus-mcp"
],
"env": {
"SCOPUS_API_KEY": "PUT_YOUR_KEY_HERE"
}
}
}
}
scopus-mcpcommand (stdio)uvx scopus-mcpSCOPUS_API_KEY in your system environment variables.pip install .
You can run the server using uvx (recommended) or directly with python.
# Using uvx
uvx --from . scopus-mcp
# Or directly
python -m scopus_mcp.server
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:
pytest
This project is licensed under the MIT License - see the LICENSE file for details.
Be the first to review this server!
by Modelcontextprotocol Β· Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace Β· Developer Tools
Create, build, and publish Python MCP servers to PyPI β conversationally.