Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

AniList MCP Server

MCPB · ANILIST-MCP-SERVER.MCPB · 2 COMPONENTS · SCANNED AUG 3

MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.

47 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security25
  • Malware scan not yet available for this package.Unverified
  • CVE data not yet available for this package.Unverified
  • No install/post-install scripts declared.Pass
  • 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
Schema Quality & AI Usability77
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 11453 tokens (~233/item across 49 items; 49 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

mcpb · anilist-mcp-server.mcpb

Download bundle
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 1 Aug 26 +30
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: excellent functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
  • 31 Jul 26 17

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed mcpb/https://github.com/Grinv/anilist-mcp-server/releases/download/v0.7.1/[email protected]

Provenance none

Ecosystem: mcpb · Outcome: none

Dependencies 3 packages

3 packages in the resolved dependency tree.

MCP tools — 49 exposed · ~11,335 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_list_entry ~782

[Requires login] Add an anime/manga to the authenticated user's own AniList list. Use search_media first to resolve the title to its AniList media ID. Only set the fields you care about — everything else is left at AniList's defaults ONLY if this media isn't already on the list. AniList upserts by media ID: if an entry for it already exists (e.g. previously dropped, with its own score/notes/progress), calling this updates that entry in place instead — every field you don't set here keeps its previous value, not a default. Use get_user_list first to check for an existing entry if you need a guaranteed-fresh one.

NameTypeReqDescription
advancedScoresobjectPer-category scores, 0-10 scale (e.g. {Story: 8, Characters: 9}) — errors if advanced scoring isn't enabled for this media's type, or if a key doesn't match the account's configured category list for…
completedAtobjectDate you completed.
customListsarrayNames of custom lists to file this entry under — REPLACES this entry's full set of enabled lists, not merged: naming only a subset silently turns OFF every other list this entry was previously filed…
hiddenFromStatusListsbooleanHide this entry from the public status-grouped list views (e.g. 'Watching') while still counting it in statistics — distinct from `private`, which hides the entry entirely.
mediaIdintegeryesAniList anime/manga ID to add (from search_media).
notesstringFree-text notes for this entry (per AniList's own schema, capped at 6000 characters).
priorityintegerList priority (higher = more important; per AniList's own schema, capped at 255).
privatebooleanHide this entry from your public list.
progressintegerEpisodes watched / chapters read.
progressVolumesintegerVolumes read (manga only).
repeatintegerNumber of times rewatched/reread (per AniList's own schema, capped at 1000).
scorenumberScore out of 10 (decimals allowed, e.g. 8.5), always on this scale regardless of the account's configured scoreFormat (set via update_user) — no conversion needed.
startedAtobjectDate you started.
statusstringList status. If omitted on a genuinely NEW entry, AniList defaults to CURRENT (with `startedAt` auto-set to today) — confirmed live; despite AniList's own site UI defaulting new entries to Planning,…
NameTypeReqDescription
entryobjectyes

No examples provided.

delete_activity ~83

[Requires login] Delete an activity post the authenticated user owns. This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.

NameTypeReqDescription
idintegeryesAniList activity ID to delete — from get_user_activity, get_user_recent_activity, search_activity, or the id returned by a previous post_text_activity/post_message_activity call.
NameTypeReqDescription
resultobjectyes

No examples provided.

delete_thread ~74

[Requires login] Delete a forum thread the authenticated user owns, by its ID (from search_thread, get_thread, or the id returned by post_thread). This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.

NameTypeReqDescription
idintegeryesAniList thread ID to delete.
NameTypeReqDescription
resultobjectyes

No examples provided.

delete_thread_comment ~72

[Requires login] Delete a comment the authenticated user owns, by its ID (from get_thread_comments or the id returned by post_thread_comment). This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.

NameTypeReqDescription
idintegeryesAniList comment ID to delete.
NameTypeReqDescription
resultobjectyes

No examples provided.

get_activity ~79

Get a single AniList activity post (list update, text post, or message) by its ID, including `replyCount`, `likeCount`, and `isLiked`.

NameTypeReqDescription
idintegeryesAniList activity ID — from get_user_activity, get_user_recent_activity, search_activity, or the id returned by post_text_activity/post_message_activity.
NameTypeReqDescription
activityyes

No examples provided.

get_anime_schedule ~262

Get upcoming (or a specific title's) episode air times, soonest-airing first (confirmed live). Omit `mediaId` for the site-wide upcoming schedule, or pass it (from search_media/get_media) to get one title's next-episode air time. Anime only — manga has no airing schedule; a manga id (like any non-anime id) is rejected as not-found rather than silently returning an empty schedule, though that error reads the same as a nonexistent id and doesn't single out the manga/anime mismatch.

NameTypeReqDescription
mediaIdintegerRestrict to this AniList anime ID (not manga).
notYetAiredbooleanSet false to instead list only already-aired episodes (confirmed live: this swaps to a past-only result set, it doesn't add past episodes to the still-upcoming ones).
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
NameTypeReqDescription
hasNextPage
schedulearrayyes

No examples provided.

get_authorized_user ~187

[Requires login] Get the profile of the AniList account currently authorized via login_anilist/ANILIST_ACCESS_TOKEN — use this to confirm which account is connected. Also the authoritative source to fetch BEFORE an update_user call touching `options.notificationOptions`/`options.disabledListActivity` (confirmed live: full array replace, not merge by entry) or `mediaListOptions.animeList/mangaList.customLists` (confirmed live: same full-replace behavior) — read the current values here first and resend them in full alongside your changes. The sibling `advancedScoring` array carries a related but distinct risk instead: it's positional, not name-matched, so reordering/renaming its entries silently reinterprets already-scored list entries (see update_user's own `advancedScoring` field for detail) — fetch it here first too before changing it.

Input schema present but exposes no named parameters.

NameTypeReqDescription
userobjectyes

No examples provided.

get_character ~84

Get a character's profile by AniList character ID: name, image, description, and the anime/manga they appear in (`media`, up to 25 by popularity, with their `characterRole` — MAIN/SUPPORTING/BACKGROUND — in each). Use search_character first to resolve a name to its ID.

NameTypeReqDescription
idintegeryesAniList character ID.
NameTypeReqDescription
characterobjectyes

No examples provided.

get_full_user_info ~146

Get an AniList user's profile AND statistics in a single call — use this instead of calling get_user_profile and get_user_stats separately. Like get_user_profile, this also returns the target's account settings (notifications, list display, etc.) regardless of who's authenticated — AniList doesn't viewer-gate those fields. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Its embedded statistics carry the same staleness caveat as get_user_stats: AniList's own aggregation can lag and read all-zero even for an account with real list entries.

NameTypeReqDescription
useryesAniList user ID, or username.
NameTypeReqDescription
userobjectyes

No examples provided.

get_genres ~52

List every genre name AniList uses to tag anime/manga (e.g. Action, Comedy, Slice of Life). Call this before filtering search_media by genre, so you pass a name AniList actually recognizes.

Input schema present but exposes no named parameters.

NameTypeReqDescription
genresarrayyes

No examples provided.

get_media ~340

Get detailed information about one or more anime or manga by their AniList ID(s): title, format, status, episode/chapter/volume count, genres, score, synopsis, dates, and `rankings` — AniList's own ranking badges (e.g. "#134 highest rated all time", "#11 highest rated 2024"), one entry per rated/popular ranking window the title currently appears in. Also returns `nextAiringEpisode` (for currently-releasing anime), `externalLinks` (official sites, streaming platforms), and — [requires login] — `mediaListEntry`, the authenticated user's own list entry for this title, or null if it isn't on their list. Use search_media first to resolve a title to its AniList ID. Returns a single object if `ids` is a single ID, or an array (same order as `ids`, with `null` in place of any ID that didn't resolve to a real anime/manga) if `ids` is an array.

NameTypeReqDescription
idsyesA single AniList anime/manga ID, or an array of up to 25 IDs to fetch in one call (same cap as this codebase's paginated list tools — each entry returned here includes the full synopsis/tags/rankings…
includeStreamingEpisodesbooleanAlso fetch `streamingEpisodes` (per-episode streaming links). Kept off by default — AniList doesn't paginate this field, so a long-running title can return hundreds of entries.
typestringyesWhether `ids` refers to anime or manga.
NameTypeReqDescription
mediayes

No examples provided.

get_media_characters ~206

List an anime/manga's characters with their role (Main/Supporting/Background) and, for anime, Japanese voice actors. Use search_media first to resolve a title to its AniList ID. No explicit ordering is requested — don't assume results are grouped by role or sorted by popularity (unlike get_character/get_staff's reverse-direction lookup, which IS popularity-sorted); confirmed live, a Main-role character can appear well after several Supporting ones.

NameTypeReqDescription
idintegeryesAniList ID.
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
typestringyesWhether `id` refers to anime or manga.
NameTypeReqDescription
charactersobjectyes

No examples provided.

get_media_relations ~84

Get the anime/manga related to a given title (prequels, sequels, side stories, adaptations, spin-offs) with the relation type. Use search_media first to resolve a title to its AniList ID.

NameTypeReqDescription
idintegeryesAniList anime/manga ID.
typestringyesWhether `id` refers to anime or manga.
NameTypeReqDescription
relationsobjectyes

No examples provided.

get_media_reviews ~230

List user-written reviews for an anime or manga, most-helpful-voted first (confirmed live: ordered by `rating`, not `score` — see those fields' own descriptions). Always includes `summary` (a short excerpt); set `includeBody` to also fetch each review's full text (can be long — leave it off unless you actually need the full text). Use search_media first to resolve a title to its AniList ID.

NameTypeReqDescription
idintegeryesAniList ID.
includeBodybooleanAlso fetch each review's full text (`body`), not just its short `summary`.
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
typestringyesWhether `id` refers to anime or manga.
NameTypeReqDescription
reviewsobjectyes

No examples provided.

get_media_staff ~185

List an anime/manga's staff (director, writer, character designer, author, illustrator, etc.) with their role. Use search_media first to resolve a title to its AniList ID. No explicit ordering is requested — don't assume results are sorted by role or popularity (unlike get_staff's reverse-direction lookup, which IS popularity-sorted).

NameTypeReqDescription
idintegeryesAniList ID.
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
typestringyesWhether `id` refers to anime or manga.
NameTypeReqDescription
staffobjectyes

No examples provided.

get_media_statistics ~78

Get an anime/manga's watch/read-status counts (watching/completed/planning/etc.) and score distribution histogram across all AniList users. Use search_media first to resolve a title to its AniList ID.

NameTypeReqDescription
idintegeryesAniList ID.
typestringyesWhether `id` refers to anime or manga.
NameTypeReqDescription
statisticsobjectyes

No examples provided.

get_media_tags ~208

List every descriptive tag AniList uses on anime/manga (finer-grained than genres, e.g. 'Time Skip', 'Tragedy', 'Reincarnation'), with category and adult-content flag. There are ~425 tags total, so results are paginated — use `page`/`perPage` rather than expecting them all in one response. Use this to look up a tag's exact name before passing it to search_media's `tag_in` — tag names are case-sensitive, and an unrecognized name doesn't error, it just silently matches nothing (confirmed live).

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
NameTypeReqDescription
pageInfoobject
tagsarrayyes

No examples provided.

get_notifications ~329

[Requires login] Get the authenticated user's AniList notifications: new episodes airing, activity likes/replies/mentions, new followers, thread replies/likes, and media/staff/character data-submission updates. Every item has `id`, `type` and a human-readable `context`/`contexts` string; the rest of the fields depend on `type` (e.g. an AIRING item includes `media`/`episode`, a FOLLOWING item includes `user`, an ACTIVITY_MESSAGE item includes `message.message` — the actual DM text is nested one level inside `message`).

NameTypeReqDescription
markAsReadbooleanSet true to also reset AniList's unread-notification badge count to 0, as a side effect of this call (the same effect as opening the notifications page on the site). Defaults to false so a routine ch…
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
type_inarrayRestrict to these notification types. Omit to get every type. This only filters what's returned here — whether a type is generated at all is controlled separately by the account's own notificationOpt…
NameTypeReqDescription
resultsobjectyes

No examples provided.

get_recommendation ~220

Get a single AniList recommendation pairing (media + the media users recommend alongside it) by its AniList recommendation ID — useful for re-checking one specific pairing's current `rating`/`userRating` (e.g. after voting on it directly on anilist.co — this server has no tool to cast that vote itself) without re-paginating the whole list. Use get_recommendations_for_media instead to discover recommendation IDs for a title in the first place, or to browse/list them. Confirmed live (raw GraphQL, independent of this server): this is an AniList-side inconsistency, not a client bug — a majority of ids from get_recommendations_for_media's own `nodes[].id` 404 here anyway (7 of 10 tested for one title), with no correlation to that pairing's `rating`. A 404 on an id you just got from that tool doesn't mean the pairing doesn't exist, only that this specific lookup can't resolve it.

NameTypeReqDescription
idintegeryesAniList recommendation ID.
NameTypeReqDescription
recommendationobjectyes

No examples provided.

get_recommendations_for_media ~267

List anime/manga AniList users recommend as similar to a given title, ranked by rating (highest first). Use search_media first to resolve the title to its AniList ID. Each result's `mediaRecommendation.mediaListEntry` (requires login) shows whether it's already on your own list — set `excludeInList: true` to filter those out server-side instead of checking each one yourself.

NameTypeReqDescription
excludeInListboolean[Requires login] Omit recommendations already on your own list. Filtered after fetching this page, so a page can come back with fewer than `perPage` results — not an error, just fewer new ones on tha…
mediaIdintegeryesAniList ID of the anime/manga to get recommendations for.
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
NameTypeReqDescription
recommendationsobjectyes

No examples provided.

get_site_statistics ~144

Get AniList's own site-wide statistics (new users/anime/manga daily counts), newest first. Useful for questions about AniList's growth/activity, not for anime data. Defaults to the last 7 days; use `page`/`perPage` to go further back. Confirmed live (bypassing this tool's own 25 cap): AniList's SiteStatistics field silently caps `perPage` at 25 itself, so this tool's own limit doesn't lose you anything.

NameTypeReqDescription
pageintegerPage number for pagination.
perPageintegerResults per page/series (max 25, enforced by AniList itself).
NameTypeReqDescription
statisticsobjectyes

No examples provided.

get_staff ~88

Get a staff member's profile by AniList staff ID: name, image, occupations, description, and the anime/manga they worked on (`staffMedia`, up to 25 by popularity, with their `staffRole` — e.g. Director, Character Design — in each). Use search_staff first to resolve a name to its ID.

NameTypeReqDescription
idintegeryesAniList staff ID.
NameTypeReqDescription
staffobjectyes

No examples provided.

get_studio ~181

Get a studio's profile (name, whether it's an animation studio) and its top 10 most popular produced titles (a fixed cap, not paginated — AniList's studio field exposes no more via this lookup), by AniList studio ID or by name. Confirmed live: `name` already does AniList's own fuzzy search (same mechanism as search_studio), so a partial name (e.g. "Kyoto Anim") resolves directly — reach for search_studio instead only when you need to browse multiple candidates rather than take the closest match. If both `id` and `name` are given, `id` takes precedence and `name` is ignored.

NameTypeReqDescription
idintegerAniList studio ID. Provide this or `name`.
namestringStudio name to look up. Provide this or `id`.
NameTypeReqDescription
studioobjectyes

No examples provided.

get_thread ~85

Get an AniList forum thread's title, body and metadata (including `replyCount`, `viewCount`, `likeCount`, `isLiked`) by its ID.

NameTypeReqDescription
idintegeryesAniList thread ID — use search_thread to find one, or pass one already known (e.g. from an AniList forum URL, anilist.co/forum/thread/<id>).
NameTypeReqDescription
threadobjectyes

No examples provided.

get_thread_comments ~179

List top-level comments posted on an AniList forum thread, by the thread's ID. Replies (posted via post_thread_comment's `parentCommentId`) are nested under their parent's `childComments` rather than appearing as separate entries in this list.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
threadIdintegeryesAniList thread ID — use search_thread to find one, or pass one already known (e.g. from an AniList forum URL, or from get_thread).
NameTypeReqDescription
commentsobjectyes

No examples provided.

get_todays_birthdays ~139

List AniList characters or staff members whose birthday (month/day) is today, up to 50 results (a fixed cap, not paginated — entries beyond 50 are silently omitted, not an error). Returns character-shaped or staff-shaped objects for kind: CHARACTER/STAFF respectively, but a lighter fetch than get_character/get_staff: it does NOT include those tools' `media`/`staffMedia` filmography — call get_character/get_staff by ID for an entry's full roles/works, don't read a missing filmography here as 'none'.

NameTypeReqDescription
kindstringyesWhether to list characters or staff members.
NameTypeReqDescription
resultsarrayyes

No examples provided.

get_user_activity ~268

List recent AniList activity posts from a specific user — every activity type (list updates, text posts, and message activity they received), the underlying query applies no type filter of its own. Accepts an exact AniList username directly (it's resolved to an id with one extra internal lookup) — no need to call search_user first unless you only have a partial/fuzzy name. Use search_activity instead if you want to restrict to one activity type (TEXT/ANIME_LIST/MANGA_LIST/MEDIA_LIST/MESSAGE) or browse without pinning to one user. Use get_user_recent_activity instead if you just want a quick, fixed-size (5-item) recent snapshot without paginating.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
useryesAniList user ID, or username. Unlike search_activity's own `user` filter, both an unknown numeric ID and an unknown username error here rather than silently returning an empty feed.
NameTypeReqDescription
resultsobjectyes

No examples provided.

get_user_list ~254

Get a user's AniList anime or manga list, grouped by status/custom list, with each entry's status, score, progress and dates. Works for any public/unlisted user. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Paginated by `chunk`/`perChunk` (AniList's own mechanism for this — counted across entries of ALL statuses combined, not per status), since a large list can otherwise return thousands of entries in one response; check `hasNextChunk` and increment `chunk` to keep paging. AniList itself caps this at the ~11,000 most recently updated unique entries — irrelevant for virtually every account, but a hard ceiling if one is ever hit (older entries beyond it aren't retrievable through this field at all, by any chunk).

NameTypeReqDescription
chunkintegerChunk number for pagination (AniList paginates this list by chunk, not page).
perChunkintegerEntries per chunk, counted across all statuses combined (max 25).
typestringyesWhether to get the anime or manga list.
useryesAniList user ID, or username.
NameTypeReqDescription
hasNextChunk
lists

No examples provided.

get_user_profile ~134

Get an AniList user's public profile: name, about text, avatar, donator status — plus their account settings (title/name-language preferences, notification toggles, list display options). Confirmed live these settings are NOT viewer-gated, so they're included for any user, not just the authenticated caller. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name and need to look up the exact one. Need statistics too? Use get_full_user_info instead of also calling get_user_stats separately.

NameTypeReqDescription
useryesAniList user ID, or username.
NameTypeReqDescription
profileobjectyes

No examples provided.

get_user_recent_activity ~154

Get an AniList user's 5 most recent activity posts, with full content (not just IDs) — every activity type (list updates, text posts, and message activity they received; the underlying query applies no type filter of its own), a fixed count, not configurable; use get_user_activity for a paginated full feed instead. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name (username resolution costs one extra internal lookup either way).

NameTypeReqDescription
useryesAniList user ID, or username. Unlike search_activity's own `user` filter, both an unknown numeric ID and an unknown username error here rather than silently returning an empty feed.
NameTypeReqDescription
activityobjectyes

No examples provided.

get_user_stats ~151

Get an AniList user's anime/manga statistics: counts, mean score, time watched, episodes/chapters/volumes consumed. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. AniList's own stats aggregation can lag behind the account's real list — confirmed live, an account with real scored/progressed entries still read back all-zero statistics — so don't treat a zeroed result as 'this account has no list activity' without cross-checking get_user_list. Need the profile too? Use get_full_user_info instead of also calling get_user_profile separately.

NameTypeReqDescription
useryesAniList user ID, or username.
NameTypeReqDescription
statsobjectyes

No examples provided.

login_anilist ~221

Authorize the personal-list and social tools with your AniList account (one-time). Prerequisite: register an app at anilist.co/settings/developer with Redirect URL set to `http://localhost:8082/callback` (the default; override the port via ANILIST_OAUTH_PORT if 8082 is taken — it must match exactly what you register), and set ANILIST_CLIENT_ID + ANILIST_CLIENT_SECRET in the server env. Calling this returns an authorization URL: open it, log in, and click Approve. If your browser genuinely runs on the same machine as this server, login then completes automatically; otherwise copy the URL you land on and pass it to submit_anilist_redirect. `auto_capture` in the response is NOT a reliable detector of that — it only reflects whether this server process could bind its own localhost listener, which typically succeeds even when the server runs remotely (SSH/headless) and the browser can never reach it; you (or the user) know the actual machine layout, the response doesn't.

Input schema present but exposes no named parameters.

NameTypeReqDescription
authorize_urlstringyesThe AniList OAuth authorization URL — open it in a browser and click Approve.
auto_capturebooleanyesWhether this server process could bind a local callback listener — NOT whether the browser opening authorize_url is actually on the same machine. A remote/SSH server can still bind its own loopback p…
instructionsstringyes
redirect_uristringyesThe exact localhost callback URI this login attempt used (port from ANILIST_OAUTH_PORT, default 8082) — must exactly match the Redirect URL registered for your AniList app, or the token exchange fail…

No examples provided.

post_message_activity ~193

[Requires login] Post a new message-style activity to another AniList user's profile, or update an existing one by passing its `id`. Despite the name, this is NOT a private DM — like post_text_activity, it's publicly visible on both users' activity feeds/profiles to anyone who can view them. This is a limitation of this tool, not AniList itself: AniList's underlying mutation does accept a `private` argument, but this tool doesn't expose it, so every message sent through it is public. Don't use it for anything the sender expects to stay confidential.

NameTypeReqDescription
idintegerActivity ID to update instead of creating a new post.
messagestringyesThe message text to post (per AniList's own schema: 2-10000 characters).
recipientIdintegeryesAniList numeric user ID of the message recipient (resolve a username via search_user first).
NameTypeReqDescription
activityobjectyes

No examples provided.

post_text_activity ~81

[Requires login] Post a new text-status update to the authenticated user's own AniList profile, or update an existing one by passing its `id`.

NameTypeReqDescription
idintegerActivity ID to update instead of creating a new post.
textstringyesThe text to post (per AniList's own schema: 5-10000 characters).
NameTypeReqDescription
activityobjectyes

No examples provided.

post_thread ~608

[Requires login] Post a new forum thread to the authenticated user's own AniList account, or update an existing one by passing its `id`. Use search_thread first if you want to check whether a similar thread already exists before posting a new one. Note: this tool's own response doesn't include `categories`/`mediaCategories`/`isSticky`/`isLocked` — call get_thread with the returned `id` afterward to confirm whether a category/sticky/locked change actually applied, especially since sticky/locked can silently no-op and categories/mediaCategories can silently drop existing values (see those fields' own descriptions below).

NameTypeReqDescription
bodystringThread body (markdown; per AniList's own schema, up to 30000 characters) — REQUIRED when creating a new thread, optional when updating one via `id` (confirmed live: omitting it on an update leaves th…
categoriesarrayForum category IDs to post this thread under — REQUIRED when creating a new thread (AniList rejects the mutation otherwise), optional when updating one via `id`. When updating and you DO set this, it…
idintegerThread ID to update instead of creating a new one.
lockedbooleanLock this thread to prevent further replies (only takes effect if you have moderator permission — confirmed live that a non-mod account's own thread silently stays unlocked).
mediaCategoriesarrayAniList anime/manga IDs to tag this thread with, for threads about a specific title (from search_media/get_media). Optional on both create and update. When updating and you DO set this, it's a full r…
stickybooleanPin this thread (only takes effect if you have moderator permission — confirmed live that a non-mod account's own thread silently stays unpinned).
titlestringThread title (per AniList's own schema: 6-120 characters) — REQUIRED when creating a new thread, optional when updating one via `id` (confirmed live: omitting it on an update leaves the existing titl…
NameTypeReqDescription
threadobjectyes

No examples provided.

post_thread_comment ~179

[Requires login] Post a new comment on an AniList forum thread from the authenticated user's account, or update an existing one by passing its `id`.

NameTypeReqDescription
commentstringyesThe comment text to post (markdown; per AniList's own schema, up to 12000 characters).
idintegerComment ID to update instead of creating a new one. Not the comment you're replying to — that's `parentCommentId`.
parentCommentIdintegerReply to this specific comment instead of posting top-level (from get_thread_comments). The reply then appears nested under that comment's `childComments` in get_thread_comments, not as a new top-lev…
threadIdintegeryesAniList thread ID to comment on (from get_thread/search_thread).
NameTypeReqDescription
commentobjectyes

No examples provided.

remove_list_entry ~84

[Requires login] Delete an entry from the authenticated user's own AniList list by its list-entry ID (NOT the media id) — get it from get_user_list. This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.

NameTypeReqDescription
listEntryIdintegeryesThe list ENTRY id to delete (not the media id).
NameTypeReqDescription
resultobjectyes

No examples provided.

search_activity ~362

Search/browse AniList's activity feed (list updates, text posts, messages), optionally filtered to one user and/or one activity type. Each result already includes its full content (text/message/status, `replyCount`/`likeCount`/`isLiked`, the posting user, and — for list activity — the media) — no follow-up get_activity call needed unless you need to re-check one specific result's `replyCount`/`likeCount`/`isLiked` later (e.g. after liking it).

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
typestringRestrict to this activity type. MEDIA_LIST matches both ANIME_LIST and MANGA_LIST activities; use ANIME_LIST/MANGA_LIST to restrict to just one.
userRestrict results to this AniList user — numeric ID or exact username (resolved to an id with one extra internal lookup; no need to call search_user first unless you only have a partial/fuzzy name). V…
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_character ~124

Search AniList for characters by name. Returns AniList IDs to use with get_character.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
termstringyesCharacter name (or part of it) to search for.
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_media ~1,062

Search AniList for anime or manga by title and/or filters (genre, format, status, season/year), or browse term-less by ranking (top-rated, most popular, trending — see the `sort` parameter) when you don't have a title to search for. Adult (NSFW) results are included unless you set `sfw: true` — see the `sfw` parameter. Returns AniList IDs to use with get_media and other ID-based tools.

NameTypeReqDescription
averageScore_greaterintegerRestrict to entries with an average score strictly greater than this (0-100).
averageScore_lesserintegerRestrict to entries with an average score strictly less than this (0-100).
endDate_greaterobjectRestrict to entries whose end date is on or after this date.
endDate_lesserobjectRestrict to entries whose end date is on or before this date.
episodes_greaterintegerRestrict to entries with more episodes/chapters than this.
episodes_lesserintegerRestrict to entries with fewer episodes/chapters than this.
format_inarrayRestrict to these formats. Only formats valid for the `type` you're searching match anything — e.g. NOVEL/ONE_SHOT with type: ANIME, or TV/OVA/ONA with type: MANGA, will just filter out all results,…
genresarrayRestrict to entries matching ALL of these genre names (see get_genres for valid names) — an unrecognized genre name doesn't error, it just filters out all results, same silent-mismatch behavior as `f…
includeDescriptionbooleanAlso fetch each result's full synopsis (`description`). Kept off by default — with up to 25 results per call, always including it would burn tokens on text you may not need; use get_media for a singl…
onListboolean[Requires login] Restrict to (true) or exclude (false) entries already on the authenticated user's own list. Omit to ignore list status entirely. Confirmed live: silently no-ops (identical results fo…
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
popularity_greaterintegerRestrict to entries with more list-adds than this.
popularity_lesserintegerRestrict to entries with fewer list-adds than this.
seasonstringRestrict to this airing season. Works alone — matches every year's occurrence of that season, NOT just the current year (unlike anilist.co's own season filter UI, which implicitly assumes the current…
seasonYearintegerRestrict to this airing/release year (matches any season within it). Works alone or combined with `season` for one specific season+year — neither requires the other.
sfwbooleanSet true to exclude adult (isAdult) entries. Adult results are NOT filtered by default.
sortarraySort order, most-significant key first (e.g. ["SCORE_DESC"] for highest-rated first, ["POPULARITY_DESC"] for most popular, ["TRENDING_DESC"] for what's hot right now). Defaults to relevance-ranked SE…
source_inarrayRestrict to entries adapted from these source material types.
startDate_greaterobjectRestrict to entries whose start date is on or after this date.
startDate_lesserobjectRestrict to entries whose start date is on or before this date.
status_inarrayRestrict to these release statuses.
tag_inarrayRestrict to entries matching ALL of these exact tag names (see get_media_tags for valid names — unlike `genres`, tag names are case-sensitive and more specific, e.g. "Time Loop" or "Tragedy"). An unr…
termstringFree-text search term (matches title). Omit to only filter.
typestringyesWhether to search anime or manga.
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_staff ~126

Search AniList for staff members by name. Returns AniList IDs to use with get_staff.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
termstringyesStaff member name (or part of it) to search for.
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_studio ~170

Search/browse AniList's animation/production studios by name, when you want to see multiple candidates rather than take the closest match — get_studio's own `name` param already does this same fuzzy search directly and resolves a partial name on its own. Returns AniList IDs to use with get_studio.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
termstringyesStudio name (or part of it) to search for.
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_thread ~308

Search/browse AniList's forum threads by title/body text and/or restrict to one category. Returns AniList thread IDs (with title/category for context) to use with get_thread, get_thread_comments, post_thread, or post_thread_comment.

NameTypeReqDescription
categoryIdintegerRestrict to this forum category ID. Not independently listable by any tool — resolve one from a thread you've already read (its `categories` field) or from a forum URL like anilist.co/forum/recent?ca…
mediaCategoryIdintegerRestrict to threads tagged with this AniList anime/manga ID (from search_media/get_media). Not existence-checked: a nonexistent media ID doesn't error, it silently filters to an empty result — resolv…
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
termstringFree-text search term (matches thread title/body). Omit to just filter/browse.
NameTypeReqDescription
resultsobjectyes

No examples provided.

search_user ~150

Search AniList for users by username. Returns AniList user IDs to use with get_user_profile/get_full_user_info (profile), get_user_stats (statistics), get_user_list (their public list), or toggle_follow_user.

NameTypeReqDescription
pageintegerPage number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri…
perPageintegerResults per page (max 25).
termstringyesUsername (or part of it) to search for.
NameTypeReqDescription
resultsobjectyes

No examples provided.

submit_anilist_redirect ~91

Complete a login started with login_anilist by submitting the URL your browser was redirected to after clicking Approve (the one containing ?code=...). Use this when login didn't complete automatically — e.g. the server runs on a remote/headless host. A bare code string is also accepted.

NameTypeReqDescription
redirect_urlstringyesThe full redirected URL (contains ?code=...), or just the code value.
NameTypeReqDescription
successbooleanyes

No examples provided.

toggle_favourite ~314

[Requires login] Toggle an anime, manga, character, staff member, or studio in the authenticated user's AniList favourites. Calling it again on the same `kind`+`id` un-favourites it. The response is not scoped to just the toggled item: it returns the account's entire current favourites (id-only) across all 5 categories (anime/manga/characters/staff/studios), so expect a wide result even for a single toggle. Resolve `id` first via search_media/get_media (kind: ANIME/MANGA), search_character/get_character, search_staff/get_staff, or search_studio/get_studio, matching `kind`. Confirmed live: AniList does NOT validate that `id` actually belongs to the given `kind` — e.g. passing an anime's ID with `kind: CHARACTER` succeeds silently instead of erroring, favouriting a nonexistent character. Always resolve `id` from the tool matching `kind` rather than reusing an ID you already have on hand. Note: immediately re-checking with get_media/get_character/get_staff/get_studio's own `isFavourite` can briefly still show the pre-toggle value — a confirmed AniList-side read-after-write lag, not a bug in this call; this tool's own response already reflects the new favourites list correctly.

NameTypeReqDescription
idintegeryesAniList ID of that anime/manga/character/staff/studio.
kindstringyesWhich kind of entity `id` refers to.
NameTypeReqDescription
favouritesobjectyes

No examples provided.

toggle_follow_user ~70

[Requires login] Toggle following another AniList user from the authenticated user's account. Calling it again on the same user unfollows them.

NameTypeReqDescription
idintegeryesAniList numeric user ID to follow/unfollow — this mutation has no username form; resolve one via search_user or get_user_profile first.
NameTypeReqDescription
userobjectyes

No examples provided.

update_list_entry ~590

[Requires login] Update an existing entry on the authenticated user's own AniList list by its list-entry ID (NOT the media ID — get it from get_user_list, or from add_list_entry's response). Only set the fields you want to change.

NameTypeReqDescription
advancedScoresobjectNew per-category scores, keyed and error-checked the same way as add_list_entry (errors if advanced scoring is disabled, or a key doesn't match a configured category). Unlike this tool's other fields…
completedAtobjectNew completion date.
customListsarrayNew set of custom lists for this entry — REPLACES this entry's full set of enabled lists, not merged: naming only a subset silently turns OFF every other list this entry was previously filed under (c…
hiddenFromStatusListsbooleanHide/unhide this entry from the public status-grouped list views (e.g. 'Watching') while still counting it in statistics — distinct from `private`, which hides the entry entirely.
listEntryIdintegeryesThe list ENTRY id to update (not the media id).
notesstringNew free-text notes (per AniList's own schema, capped at 6000 characters).
priorityintegerNew list priority (higher = more important; per AniList's own schema, capped at 255).
privatebooleanHide/unhide this entry from your public list.
progressintegerNew episodes watched / chapters read.
progressVolumesintegerNew volumes read (manga only).
repeatintegerNew rewatch/reread count (per AniList's own schema, capped at 1000).
scorenumberNew score out of 10 (decimals allowed), always on this scale regardless of the account's configured scoreFormat (set via update_user) — no conversion needed.
startedAtobjectNew start date.
statusstringNew list status.
NameTypeReqDescription
entryobjectyes

No examples provided.

update_user ~857

[Requires login] Update settings on the authenticated user's own AniList account (about text, preferred title language, adult-content visibility, score format, notification/messaging preferences, anime/manga list options). Only set the fields you want to change — most fields are a true partial update (see `notificationOptions`/`disabledListActivity` below for two confirmed exceptions, PLUS `animeListOptions`/`mangaListOptions`'s nested `customLists` — a third: that one field's ARRAY VALUE is a full replace even though its sibling fields and the other list type merge normally).

NameTypeReqDescription
aboutstringNew profile 'about' text.
activityMergeTimeintegerMinutes within which consecutive list activity posts get merged into one. Per AniList's own schema: 0 = never merge, 20160+ (2 weeks) = always merge.
airingNotificationsbooleanWhether to notify about new episode airings for anime on your list.
animeListOptionsobjectNew anime-list display/scoring options — only the fields you set are changed (confirmed live: this is a partial merge, unlike add_list_entry's advancedScores).
disabledListActivityarrayALL 6 list statuses, every time — confirmed live: AniList rejects this with a 400 error if any status is missing ("Incorrect number of disabled list activity options"), it's not a partial per-status…
displayAdultContentbooleanWhether to show adult content in search/browse.
donatorBadgestringCustom donator badge text, up to 24 characters per AniList's own schema (only takes effect on a donator account).
mangaListOptionsobjectNew manga-list display/scoring options — same partial-merge behavior as `animeListOptions` above.
notificationOptionsarrayALL 20 notification types, every time — confirmed live this is a full replace, not a partial merge: AniList silently drops every type you don't list (not just resets it to default, removes it) with n…
profileColorstringProfile accent color (name or hex). Confirmed live: AniList silently ignores an unrecognized value instead of erroring — the account's existing color is left unchanged, with no error surfaced and no…
restrictMessagesToFollowingbooleanOnly allow message activity from users you follow.
rowOrderstringInternal list-table row ordering key — reads back from `mediaListOptions.rowOrder` in the profile tools/this tool's own response. Confirmed live: AniList validates this server-side and rejects an unr…
scoreFormatstringPreferred list score format (affects how scores DISPLAY on anilist.co only — add_list_entry/update_list_entry's `score` parameter always stays on a 0-10 scale regardless of this setting, so no conver…
staffNameLanguagestringPreferred staff/character name display language.
timezonestringDisplay timezone as an offset, in AniList's own documented "-?HH:MM" format (e.g. "09:00", "-05:00"). Confirmed live that AniList validates this server-side and rejects a malformed value with a clear…
titleLanguagestringPreferred title display language.
NameTypeReqDescription
userobjectyes

No examples provided.