Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"anilist": {
"args": [
"-y",
"ani-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A smart MCP server for AniList that understands your anime and manga taste - not just raw API calls.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ani-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ani-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
MCP Security Weekly
Get CVE alerts and security updates for io.github.GavMason/ani-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A smart MCP server for AniList that understands your anime and manga taste - not just raw API calls.
Most AniList integrations mirror the API 1:1. ani-mcp adds an intelligence layer on top:
Plus the essentials: search, details, trending, seasonal browsing, list management, social features, and community recommendations. All search and browse tools support pagination for browsing beyond the first page of results.
No account needed. Works with any MCP-compatible client.
Add to your config file (Settings > Developer > Edit Config or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "ani-mcp"]
}
}
}
Restart Claude Desktop after saving.
Alternatively, download ani-mcp.mcpb from the latest release and install via Settings > Extensions.
claude mcp add ani-mcp -- npx -y ani-mcp
Add your username for recommendations, taste profiling, and list management:
{
"mcpServers": {
"anilist": {
"command": "npx",
"args": ["-y", "ani-mcp"],
"env": {
"ANILIST_USERNAME": "your_username"
}
}
}
}
For write operations (updating progress, scoring, list edits), also add ANILIST_TOKEN. See Environment Variables for details.
| Variable | Required | Description |
|---|---|---|
ANILIST_USERNAME | No | Default username for list and stats tools. Can also pass per-call. |
ANILIST_TOKEN | No | AniList OAuth token. Required for write operations and private lists. |
ANILIST_TITLE_LANGUAGE | No | Title preference: english (default), romaji, or native. |
ANILIST_SCORE_FORMAT | No | Override score display: POINT_100, POINT_10_DECIMAL, POINT_10, POINT_5, POINT_3. |
ANILIST_NSFW | No | Set to true to include adult content in results. Default: false. |
ANILIST_MOOD_CONFIG | No | JSON object to add or override mood keywords. See Mood config. |
DEBUG | No | Set to true for debug logging to stderr. |
MCP_TRANSPORT | No | Set to http for HTTP Stream transport. Default: stdio. |
MCP_PORT | No | Port for HTTP transport. Default: 3000. |
MCP_HOST | No | Host for HTTP transport. Default: localhost. |
| Tool | Description |
|---|---|
anilist_search | Search anime/manga by title with genre, year, and format filters |
anilist_details | Full details, relations, and r |