Skip to content
Gemini CLI

DataSnipe MCP for Gemini CLI

app.datasnipe/datasnipe-mcp

Extract structured data points from research papers and other documents with an LLM.

client:Gemini CLI transport:streamable-http

Install DataSnipe MCP in Gemini CLI

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

{
  "mcpServers": {
    "datasnipe-mcp": {
      "httpUrl": "https://datasnipe.app/mcp"
    }
  }
}

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

DataSnipe MCP in other clients