MCP Server
Maintained
MIT
io.github.SMABoundless/scopus MCP Server
io.github.SMABoundless/scopus
What is the io.github.SMABoundless/scopus MCP server?
Search Scopus abstracts, authors, and export citations via Elsevier API
How to install io.github.SMABoundless/scopus
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SCOPUS_API_KEYrequiredsecretScopus API key from https://dev.elsevier.com/
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"scopus": {
"type": "stdio",
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<YOUR_SCOPUS_API_KEY>"
}
}
}
}Claude Code
claude mcp add scopus --env SCOPUS_API_KEY=<YOUR_SCOPUS_API_KEY> -- uvx scopus-mcp-serverRelated MCP servers
io.github.SMABoundless/orcid
Maintained
Search ORCID researcher profiles, retrieve works, and export citations
0
View repository →Python
MIT
io.github.SMABoundless/semanticscholar
Maintained
Search 200M+ papers, authors, citations, and recommendations via Semantic Scholar
0
View repository →TypeScript
io.github.SMABoundless/unpaywall
Maintained
Open-access availability for 120M+ scholarly articles via the Unpaywall API
0
View repository →Python
MIT