mcpbeat Sign in

AniList MCP Server

local only

AniList MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 116 installs a week from npm. Last commit 24 Aug 2026.

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

Installs per day peak 557 · avg 79 · -34% w/w
a month agotoday
116
Installs / week
npm · anilist-mcp-server
1
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/lib/oauthLogin.ts:91
    const child = spawn(cmd, args, { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add anilist-mcp-server -- npx -y anilist-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anilist-mcp-server": {
      "args": [
        "-y",
        "anilist-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.anilist-mcp-server]
command = "npx"
args = ["-y", "anilist-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "anilist-mcp-server": {
      "args": [
        "-y",
        "anilist-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "anilist-mcp-server": {
      "args": [
        "-y",
        "anilist-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANILIST_CLIENT_ID (Optional. From an app registered at anilist.co/settings/developer — needed to use login_anilist.), ANILIST_CLIENT_SECRET (Optional. Paired with the Client ID above — needed to use login_anilist.), ANILIST_ACCESS_TOKEN (Optional. A pre-obtained AniList access token, as an alternative to running login_anilist.), ANILIST_OAUTH_PORT (Optional. Localhost port for the login_anilist callback (default 8082).), ANILIST_TOKEN_STORE (Optional. Overrides where the AniList access token is persisted (defaults under the OS config dir).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AniList MCP Server

same job, measured the same way
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Meta
by mikusnuz

MCP server for Instagram Graph API, Threads API & Meta platform management

225 installs/wk local only
MCP Podman
by crunchtools

MCP server for Podman container management via the Podman REST API

84 installs/wk local only
Tidal MCP
by ibeal

MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations

local only
Appsignal
by pulsemcp

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

96 installs/wk local only
MAL MCP Server
by grinv

MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.

143 installs/wk local only
npm
by mikusnuz

MCP server for npm package management — publish, version, search, audit, and more

35 installs/wk local only
Remindersmcp
by aernouddekker

MCP server for macOS Reminders.app — list and reminder management via AppleScript

24 installs/wk local only

AniList MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for AniList MCP Server?
AniList MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package anilist-mcp-server was installed 116 times last week.
How do I connect AniList MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls anilist-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AniList MCP Server?
The npm package anilist-mcp-server was installed 116 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AniList MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.