MCP Directory
Back

anilist-mcp

by yuna0x0 · TypeScript · ★ 79

AniList MCP server for accessing anime and manga data

#ai#anilist#anime#api#llm#manga#mcp#model-context-protocol

Install

npx -y github:yuna0x0/anilist-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "anilist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:yuna0x0/anilist-mcp"
      ]
    }
  }
}

From the README

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. - Search for anime, manga, characters, staff, and studios - Get detailed information about specific anime, manga, characters, and staff members - Access user profiles and lists - Support for advanced filtering options - Retrieve genres and media tags - **Dual transport support**: Both HTTP and STDIO transports - **Cloud deployment ready**: Support Smithery and other platforms - Node.js 18+ 1. Add this server…
Read full README on GitHub →

Related ai & ml servers