AniList MCP Server

Active

A Model Context Protocol (MCP) server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList.

Updated 8/4/2025
Key Features

What makes this MCP server special

Search anime
manga
Detailed media info
User profiles
lists
Advanced filtering
Genres
media tags

Requirements

Node.js 18+
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/yuna0x0

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

npx @michaellatman/mcp-get@latest install anilist-mcp

2. Configuration

{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp"
      ],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}

3. Usage Example

Can you search for anime similar to "Bocchi the Rock!"?