AniList
NPM · ANILIST-MCP · 3 COMPONENTS · SCANNED AUG 3
AniList MCP server for accessing AniList API data
Available components
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 Security88
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (102 of 103), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (102 of 103), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency96
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to yuna0x0/anilist-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 247 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 2223 tokens (~50/item across 44 items; 44 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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.
npm · anilist-mcp
claude mcp add yuna0x0-anilist-mcp -- npx -y anilist-mcp
codex mcp add yuna0x0-anilist-mcp -- npx -y anilist-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"yuna0x0-anilist-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"anilist-mcp"
],
"enabled": true
}
}
} openclaw mcp add yuna0x0-anilist-mcp --command npx --arg -y --arg anilist-mcp
mcp_servers:
yuna0x0-anilist-mcp:
command: "npx"
args: ["-y", "anilist-mcp"] {
"mcpServers": {
"yuna0x0-anilist-mcp": {
"command": "npx",
"args": [
"-y",
"anilist-mcp"
]
}
}
} 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.
- 2 Aug 26 +57
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: yuna0x0/anilist-mcp security
- Schema quality: unverified → good ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Stability: unverified → 0.20 ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 31 Jul 26 +15
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 24
First indexed and scored.
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 npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- yuna0x0/anilist-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/yuna0x0/anilist-mcp/.github/workflows/npm-publish.yml@refs/tags/v1.4.0
- Rekor log index:
- 731173310
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:47bef9ba370f2551a537c2e655d12963c3eebfe33967b5ae77ecf969fbe08621e7c9c58fcfe62a3da5a79cef9c1937ee87f2a92d6b642f4dade0f8623
- Discovery method:
- attestation_endpoint
Dependencies 102 packages
102 packages in the resolved dependency tree · 101 deprecated · 32 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
add_list_entry ~52
[Requires Login] Add an entry to the authorized user's list
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the media entry to add |
| options | object | yes | Values to save with the entry |
No output schema declared.
No examples provided.
delete_activity ~34
[Requires Login] Delete the current authorized user's activity post
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList activity ID to delete |
No output schema declared.
No examples provided.
delete_thread ~33
[Requires Login] Delete a thread by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList thread ID to delete |
No output schema declared.
No examples provided.
favourite_anime ~42
[Requires Login] Favourite or unfavourite an anime by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the anime to favourite/unfavourite |
No output schema declared.
No examples provided.
favourite_character ~41
[Requires Login] Favourite or unfavourite a character by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the character to favourite/unfavourite |
No output schema declared.
No examples provided.
favourite_manga ~42
[Requires Login] Favourite or unfavourite a manga by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the manga to favourite/unfavourite |
No output schema declared.
No examples provided.
favourite_staff ~43
[Requires Login] Favourite or unfavourite a staff member by their ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the staff member to favourite/unfavourite |
No output schema declared.
No examples provided.
favourite_studio ~42
[Requires Login] Favourite or unfavourite a studio by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the studio to favourite/unfavourite |
No output schema declared.
No examples provided.
follow_user ~40
[Requires Login] Follow or unfollow a user by their ID
| Name | Type | Req | Description |
|---|---|---|---|
| userID | number | yes | The user ID of the account to follow/unfollow |
No output schema declared.
No examples provided.
get_activity ~31
Get a specific AniList activity by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| activityID | number | yes | The AniList activity ID |
No output schema declared.
No examples provided.
get_anime ~67
Get detailed information about anime by AniList ID(s)
| Name | Type | Req | Description |
|---|---|---|---|
| fullData | boolean | — | Set to true to get full unfiltered data (may be very large). Default is false to return only essential fields. |
| ids | — | yes | The AniList ID or array of IDs of the anime |
No output schema declared.
No examples provided.
get_authorized_user ~23
[Requires Login] Get profile information of the currently authorized user
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_character ~33
Get information about a character by their AniList ID or name
| Name | Type | Req | Description |
|---|---|---|---|
| id | — | yes | The AniList ID of the character |
No output schema declared.
No examples provided.
get_full_user_info ~28
Get a user's complete profile and stats information
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | Username or user ID |
No output schema declared.
No examples provided.
get_genres ~17
Get all available genres on AniList
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_manga ~67
Get detailed information about manga by AniList ID(s)
| Name | Type | Req | Description |
|---|---|---|---|
| fullData | boolean | — | Set to true to get full unfiltered data (may be very large). Default is false to return only essential fields. |
| ids | — | yes | The AniList ID or array of IDs of the manga |
No output schema declared.
No examples provided.
get_media_tags ~18
Get all available media tags on AniList
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_recommendation ~32
Get an AniList recommendation by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| recommendID | number | yes | The AniList recommendation ID |
No output schema declared.
No examples provided.
get_recommendations_for_media ~68
Get AniList recommendations for a specific media
| Name | Type | Req | Description |
|---|---|---|---|
| mediaID | number | yes | The AniList media ID |
| page | number | — | Target a specific page number for recommendations |
| perPage | number | — | Limit the page amount (max 25 per AniList limits) |
No output schema declared.
No examples provided.
get_site_statistics ~20
Get AniList site statistics over the last seven days
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_staff ~36
Get information about staff member by their AniList ID or name
| Name | Type | Req | Description |
|---|---|---|---|
| id | — | yes | The AniList ID or name of the staff member |
No output schema declared.
No examples provided.
get_studio ~32
Get information about a studio by its AniList ID or name
| Name | Type | Req | Description |
|---|---|---|---|
| studio | — | yes | The studio ID or name |
No output schema declared.
No examples provided.
get_thread ~32
Get a specific thread by its AniList ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList ID of the thread |
No output schema declared.
No examples provided.
get_thread_comments ~51
Get comments for a specific thread
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList thread ID |
| page | number | — | The page number |
| perPage | number | — | How many comments per page |
No output schema declared.
No examples provided.
get_todays_birthday_characters ~36
Get all characters whose birthday is today
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | What page in the search to target |
No output schema declared.
No examples provided.
get_todays_birthday_staff ~36
Get all staff members whose birthday is today
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | What page in the search to target |
No output schema declared.
No examples provided.
get_user_activity ~59
Fetch activities from a user
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | The page number to display |
| perPage | number | — | How many entries to display on one page (max 25) |
| user | number | yes | The user's AniList ID |
No output schema declared.
No examples provided.
get_user_anime_list ~26
Get a user's anime list
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | Username or user ID |
No output schema declared.
No examples provided.
get_user_manga_list ~26
Get a user's manga list
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | Username or user ID |
No output schema declared.
No examples provided.
get_user_profile ~25
Get a user's AniList profile
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | Username or user ID |
No output schema declared.
No examples provided.
get_user_recent_activity ~49
Get recent activity from a user
| Name | Type | Req | Description |
|---|---|---|---|
| user | number | yes | The user's AniList ID (Number ID only, DO NOT use username, any kind of string or other types except for numbers.) |
No output schema declared.
No examples provided.
get_user_stats ~25
Get a user's AniList statistics
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | Username or user ID |
No output schema declared.
No examples provided.
post_message_activity ~86
[Requires Login] Post a new message activity or update an existing one
| Name | Type | Req | Description |
|---|---|---|---|
| id | — | yes | AniList Activity ID (null to create new, number to update) |
| isPrivate | boolean | — | Set to true if it is a private message |
| recipientId | number | yes | The target user to send the message to |
| text | string | yes | The activity message text |
No output schema declared.
No examples provided.
post_text_activity ~54
[Requires Login] Post a new text activity or update an existing one
| Name | Type | Req | Description |
|---|---|---|---|
| id | — | yes | AniList Activity ID (null to create new, number to update) |
| text | string | yes | The content of the activity |
No output schema declared.
No examples provided.
remove_list_entry ~39
[Requires Login] Remove an entry from the authorized user's list
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList list ID of the entry to remove |
No output schema declared.
No examples provided.
search_activity ~84
Search for activities on AniList
| Name | Type | Req | Description |
|---|---|---|---|
| activityID | number | — | The activity ID to lookup (leave it as undefined for no specific ID) |
| filter | object | — | Filter object for searching activities (leave it as undefined for no specific filter) |
| page | number | — | Page number for results |
| perPage | number | — | Results per page (max 25) |
No output schema declared.
No examples provided.
search_anime ~229
Search for anime with query term and filters
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| filter | object | — | Filter object for searching anime. You MUST NOT include "{ "type": "ANIME" }" in the filter object. As it is already included in the API call. When no sorting method or any filter is specified, you S… |
| page | number | — | Page number for results |
| term | string | — | Query term for finding anime (leave it as undefined when no query term specified.) Query term is used for searching with specific word or title in mind. You SHOULD not include things that can be fou… |
No output schema declared.
No examples provided.
search_character ~54
Search for characters based on a query term
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| page | number | — | Page number for results |
| term | string | yes | Search term for finding characters |
No output schema declared.
No examples provided.
search_manga ~229
Search for manga with query term and filters
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| filter | object | — | Filter object for searching manga. You MUST NOT include "{ "type": "MANGA" }" in the filter object. As it is already included in the API call. When no sorting method or any filter is specified, you S… |
| page | number | — | Page number for results |
| term | string | — | Query term for finding manga (leave it as undefined when no query term specified.) Query term is used for searching with specific word or title in mind. You SHOULD not include things that can be fou… |
No output schema declared.
No examples provided.
search_staff ~56
Search for staff members based on a query term
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| page | number | — | Page number for results |
| term | string | yes | Search term for finding staff members |
No output schema declared.
No examples provided.
search_studio ~55
Search for studios based on a query term
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| page | number | — | Page number for results |
| term | string | yes | Search term for finding studios |
No output schema declared.
No examples provided.
search_user ~52
Search for users on AniList
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Results per page (max 25) |
| page | number | — | Page number for results |
| term | string | yes | Search term for finding users |
No output schema declared.
No examples provided.
update_list_entry ~52
[Requires Login] Update an entry on the authorized user's list
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | The AniList list ID of the entry to edit |
| options | object | yes | Values to save with the entry |
No output schema declared.
No examples provided.
update_user ~27
[Requires Login] Update user settings
| Name | Type | Req | Description |
|---|---|---|---|
| options | object | yes | User options to update |
No output schema declared.
No examples provided.