Odel
AniList MCP Server

AniList MCP Server

Local
@grinv1TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmanilist-mcp-serverv0.8.0

Run

npx -y anilist-mcp-server

MCP client config

{
  "mcpServers": {
    "anilist-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp-server"
      ]
    }
  }
}
MCP Bundlehttps://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpbv0.8.0

Distributed as an MCP bundle (`https://github.com/Grinv/anilist-mcp-server/releases/download/v0.8.0/anilist-mcp-server.mcpb`) — download it and import the bundle in your MCP client.