bluesky scraper for Gemini CLI
io.github.prometheusagency/bluesky-scraper
Scrape Bluesky posts, profiles, followers, threads and keyword search. Clean JSON, pay per result.
client:Gemini CLI
transport:streamable-http
Install bluesky scraper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bluesky-scraper": {
"httpUrl": "https://mcp.apify.com/?actors=prometheusagency/bluesky-scraper"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs