endnote mcp for Gemini CLI
io.github.gokmengokhan/endnote-mcp
Search, cite, and read PDFs from your EndNote library in Claude Desktop
client:Gemini CLI
transport:stdio
runtime:pypi
Install endnote mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"endnote-mcp": {
"command": "uvx",
"args": [
"endnote-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs