Skip to content
Gemini CLI

Ani MCP for Gemini CLI

io.github.gavxm/ani-mcp

A smart MCP server for AniList that gets your anime/manga taste - not just API calls.

client:Gemini CLI transport:stdio runtime:npm

Install Ani 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": {
    "ani-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ani-mcp"
      ],
      "env": {
        "ANILIST_USERNAME": "<ANILIST_USERNAME>",
        "ANILIST_TOKEN": "<ANILIST_TOKEN>"
      }
    }
  }
}

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

Ani MCP in other clients