Skip to content
Gemini CLI

drop for Gemini CLI

io.neuronik/drop

Publish web pages straight from your AI assistant and share them with a link.

client:Gemini CLI transport:streamable-http

Install drop in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "drop": {
      "httpUrl": "https://drop.neuronik.io/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

drop in other clients