Reddit MCP by UnClick for Gemini CLI
io.github.malamutemayhem/reddit
Read public Reddit without OAuth; post, comment, vote, and subscribe with OAuth. By UnClick.
client:Gemini CLI
transport:stdio
runtime:npm
Install Reddit MCP by UnClick in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"reddit": {
"command": "npx",
"args": [
"-y",
"@unclick/reddit-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs