huoshui fetch for Gemini CLI
io.github.huoshuiai42/huoshui-fetch
An MCP server that provides tools for fetching, converting, and extracting data from web pages.
client:Gemini CLI
transport:stdio
runtime:pypi
Install huoshui fetch in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"huoshui-fetch": {
"command": "uvx",
"args": [
"huoshui-fetch"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs