ani mcp for Gemini CLI
io.github.gavmason/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
{
"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