developer tools mcp server for Gemini CLI
io.github.thenextgennexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
client:Gemini CLI
transport:stdio
runtime:npm
Install developer tools mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"developer-tools-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thenextgennexus/developer-tools-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs