MCP Catalogs
Home

anilist-mcp

by yuna0x0·76·Score 45

AniList MCP server provides comprehensive anime and manga data access through search, retrieval, and management tools.

mediaai-llmother
12
Forks
1
Open issues
6 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server interfaces with the AniList API to enable LLM clients to access anime, manga, character, staff, and user data. It offers both STDIO and HTTP transport modes with flexible configuration options including API token authentication. The server provides extensive tools for searching, retrieving detailed information, managing user lists, and performing various anime-related operations.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Assist users in finding anime recommendations and detailed information about specific shows
you:Help organize and manage personal anime/manga watch/read lists
you:Provide comprehensive character and staff information for research or discussion purposes
you:Do I need an API token to use this server?
you:Can I self-host this MCP server?

When to choose this

Choose this server if you need to access or interact with AniList anime and manga data through an MCP interface, especially if you want both local and deployment options.

When NOT to choose this

Don't choose this if you need access to anime data from other platforms like MyAnimeList, or if you require write access to AniList but cannot obtain an API token.

Tools this server exposes

12 tools extracted from the README
  • get_genres

    Get all available genres on AniList

  • search_anime

    Search for anime with query term and filters

  • get_anime

    Get detailed information about an anime by its AniList ID

  • get_character

    Get information about a character by their AniList ID

  • get_user_profile

    Get a user's AniList profile

  • get_user_anime_list

    Get a user's anime list

  • search_character

    Search for characters based on a query term

  • get_staff

    Get information about staff member by their AniList ID

  • search_studio

    Search for studios based on a query term

  • get_studio

    Get information about a studio by its AniList ID or name

  • get_activity

    Get a specific AniList activity by its ID

  • get_recommendation

    Get an AniList recommendation by its ID

Comparable tools

myanimelist-mcpanime-apimal-scraperanilist-js

Installation

Local Installation (STDIO Transport)

  1. Add this server to your mcp.json / claude_desktop_config.json:
{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": ["-y", "anilist-mcp"],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}
  1. Restart your MCP client (e.g., Claude Desktop)
  2. Use the tools to interact with AniList

FAQ

Do I need an API token to use this server?
An API token is optional. It's only required for operations that require login, such as modifying lists, favoriting content, or posting activities.
Can I self-host this MCP server?
Yes, the server supports HTTP transport for self-hosting. You can run it locally with 'pnpm run start:http' or deploy it to any cloud platform that supports Node.js server applications.

Compare anilist-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.