apexapi mcp for Gemini CLI
io.github.apexapi/apexapi-mcp
Call 120+ AI models and live web context (scrape/crawl/extract) from any MCP client with one key
client:Gemini CLI
transport:stdio
runtime:npm
Install apexapi mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"apexapi-mcp": {
"command": "npx",
"args": [
"-y",
"apexapi-mcp"
],
"env": {
"APEXAPI_API_KEY": "<APEXAPI_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