scopus mcp for Gemini CLI
io.github.qwe4559999/scopus-mcp
A Model Context Protocol server for the Elsevier Scopus API
client:Gemini CLI
transport:stdio
runtime:pypi
Install scopus mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"scopus-mcp": {
"command": "uvx",
"args": [
"scopus-mcp"
],
"env": {
"SCOPUS_API_KEY": "<SCOPUS_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs