← Index

io.github.gavxm/ani-mcp

io.github.gavxm/ani-mcp·v0.15.4·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ani-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ani-mcp"
      ],
      "env": {
        "ANILIST_USERNAME": "<anilist_username>",
        "ANILIST_TOKEN": "<your-anilist_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ani-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ani-mcp"
      ],
      "env": {
        "ANILIST_USERNAME": "<anilist_username>",
        "ANILIST_TOKEN": "<your-anilist_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ani-mcp
§02  Environment variables
ANILIST_USERNAME

Default AniList username for list and stats tools

ANILIST_TOKEN
secret

AniList OAuth token for authenticated queries

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other