Skip to content
Gemini CLI

furlen mcp for Gemini CLI

io.github.amitsha86/furlen-mcp

Turn a CSV or a named public dataset into an animated chart video, figures re-checked first.

client:Gemini CLI transport:stdio runtime:npm

Install furlen mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "furlen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "furlen-mcp"
      ],
      "env": {
        "FURLEN_API_KEY": "<FURLEN_API_KEY>"
      }
    }
  }
}

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

furlen mcp in other clients