pubcrawl for Gemini CLI
io.github.nickjlamb/pubcrawl
PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants.
client:Gemini CLI
transport:stdio
runtime:npm
Install pubcrawl in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pubcrawl": {
"command": "npx",
"args": [
"-y",
"@pharmatools/pubcrawl"
],
"env": {
"NCBI_API_KEY": "<NCBI_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