Scopus MCP Server
Rank #67,427io.github.SMABoundless/scopus
Search Scopus abstracts, authors, and export citations via Elsevier API
Scopus MCP Server is a Model Context Protocol (MCP) server published by smaboundless. It ranks #67,427 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scopus MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 4, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 64,686 of 132,113 servers on MCP Toplist.
Use Scopus MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add scopus -e "SCOPUS_API_KEY=<your SCOPUS_API_KEY>" -- uvx scopus-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.scopus]
command = "uvx"
args = ["scopus-mcp-server"]
[mcp_servers.scopus.env]
SCOPUS_API_KEY = "<your SCOPUS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<your SCOPUS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<your SCOPUS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"scopus": {
"type": "stdio",
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<your SCOPUS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<your SCOPUS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"scopus": {
"command": "uvx",
"args": [
"scopus-mcp-server"
],
"env": {
"SCOPUS_API_KEY": "<your SCOPUS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SMABoundless%2Fscopus)<a href="https://mcptoplist.com/server/io.github.SMABoundless%2Fscopus"><img src="https://mcptoplist.com/badge/io.github.SMABoundless%2Fscopus.svg" alt="MCP Toplist: #67,427 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
smaboundless
Other servers by smaboundless
- CrossRef MCP Server#67,425 · 1 ver
- ORCID MCP Server#67,426 · 1 ver
- semantic-scholar-mcp-server#67,428 · 1 ver
- Unpaywall MCP Server#67,429 · 1 ver
- ERIC MCP Server#68,335
- OpenAlex MCP Server#107,346
- worldcat-mcp-server#118,169
- Zotero MCP Server#118,170
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Scopus MCP Server?
- Scopus MCP Server is maintained by smaboundless, which publishes 10 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Scopus MCP Server listed on the Official MCP Registry?
- Yes — Scopus MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Scopus MCP Server have?
- MCP Toplist tracks 1 version of Scopus MCP Server, most recently published on Jul 4, 2026.
- Where can I find the source code for Scopus MCP Server?
- The source code for Scopus MCP Server is hosted at github.com/smaboundless/scopus-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.