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.
We read the source, 23 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add anilist-mcp-server -- npx -y anilist-mcp-server
{
"mcpServers": {
"anilist-mcp-server": {
"args": [
"-y",
"anilist-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.anilist-mcp-server]
command = "npx"
args = ["-y", "anilist-mcp-server"]
{
"mcpServers": {
"anilist-mcp-server": {
"args": [
"-y",
"anilist-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.
MCP server for Instagram Graph API, Threads API & Meta platform management
MCP server for Podman container management via the Podman REST API
MCP server for TIDAL - search tracks, manage playlists, and get personalized recommendations
MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.
MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.
MCP server for npm package management — publish, version, search, audit, and more
MCP server for macOS Reminders.app — list and reminder management via AppleScript
Answers built from our own checks of this server.