
Ani Mcp
Give your coding agent AniList-aware taste context—lists, stats, and recommendations—beyond raw REST calls when you research or build anime/manga side projects.
Overview
io.github.gavxm/ani-mcp is a MCP server for the Idea phase that surfaces AniList taste, lists, and stats to agents instead of bare API plumbing.
What is this MCP server?
- Smart AniList MCP (npm ani-mcp v0.9.0)—taste-oriented tools, not dumb API wrappers
- Optional ANILIST_USERNAME default plus ANILIST_TOKEN for authenticated queries
- stdio transport for editor agents
- GraphQL-backed anime and manga list and stats workflows
- Server version 0.9.0
- 2 optional env vars: ANILIST_USERNAME, ANILIST_TOKEN (secret)
- stdio npm package identifier: ani-mcp
What problem does it solve?
Generic AniList API snippets in chat lack your username defaults and cohesive taste reasoning across list and recommendation tasks.
Who is it for?
Anime/manga enthusiasts building agent assistants, newsletters, or small apps who want AniList context in the IDE.
Skip if: Builders with no AniList account needs or products unrelated to media catalogs and personal lists.
What do I get? / Deliverables
Your agent can query AniList through MCP tools with optional username and token env vars for grounded discover-and-build loops.
- MCP tools backed by AniList data
- Configurable default username for list/stats queries
- Authenticated query path when token is set
Recommended MCP Servers
Journey fit
How it compares
Taste-aware AniList MCP server, not a general web scraper or streaming-site integration.
Common Questions / FAQ
Who is io.github.gavxm/ani-mcp for?
Solo builders and fans who want Claude Code or Cursor to reason over AniList lists and stats via MCP.
When should I use io.github.gavxm/ani-mcp?
Use it when discovering what to cover or build next, or when integrating AniList data into agent-driven prototypes.
How do I add io.github.gavxm/ani-mcp to my agent?
Register the ani-mcp stdio package, set ANILIST_USERNAME and optionally ANILIST_TOKEN, then reload MCP in your host.