AniList MCP Server for Gemini CLI
io.github.grinv/anilist-mcp-server
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
client:Gemini CLI
transport:stdio
runtime:npm
Install AniList MCP Server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
],
"env": {
"ANILIST_CLIENT_ID": "<ANILIST_CLIENT_ID>",
"ANILIST_CLIENT_SECRET": "<ANILIST_CLIENT_SECRET>",
"ANILIST_ACCESS_TOKEN": "<ANILIST_ACCESS_TOKEN>",
"ANILIST_OAUTH_PORT": "<ANILIST_OAUTH_PORT>",
"ANILIST_TOKEN_STORE": "<ANILIST_TOKEN_STORE>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs