MCP server wrapping the Elsevier Scopus API for academic article search, metadata, and abstract retrieval.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"scopus-mcp-server": {
"command": "npx",
"args": [
"-y",
"Pratik-Pou/scopus-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add scopus-mcp-server npx -y Pratik-Pou/scopus-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"scopus-mcp-server": {
"command": "npx",
"args": [
"-y",
"Pratik-Pou/scopus-mcp-server"
]
}
}
}