drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/AniList MCP Server
A

AniList MCP Server

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

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
npx -y anilist-mcp-server
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
Steam MCP Server, MAL MCP Server, TMDB MCP Server

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like AniList MCP Server.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO
Command
npx -y anilist-mcp-server
Environment
{ "ANILIST_CLIENT_ID": "YOUR_VALUE_HERE", "ANILIST_CLIENT_SECRET": "YOUR_SECRET_VALUE", "ANILIST_ACCESS_TOKEN": "YOUR_SECRET_VALUE", "ANILIST_OAUTH_PORT": "YOUR_VALUE_HERE", "ANILIST_TOKEN_STORE": "YOUR_VALUE_HERE" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "io-github-grinv-anilist-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anilist-mcp-server"
      ],
      "env": {
        "ANILIST_CLIENT_ID": "YOUR_VALUE_HERE",
        "ANILIST_CLIENT_SECRET": "YOUR_SECRET_VALUE",
        "ANILIST_ACCESS_TOKEN": "YOUR_SECRET_VALUE",
        "ANILIST_OAUTH_PORT": "YOUR_VALUE_HERE",
        "ANILIST_TOKEN_STORE": "YOUR_VALUE_HERE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is AniList MCP Server?+

AniList MCP Server is an MCP server for MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.. It supports STDIO transport.

How do I install AniList MCP Server?+

Use the generated config in Install. This server runs with npx -y anilist-mcp-server; add any required environment variables before starting your client.

How do I add AniList MCP Server to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config for npx -y anilist-mcp-server. Add required environment variables before starting Claude Desktop.

How do I add AniList MCP Server to Claude Code?+

Choose the Claude Code tab in Install and copy the config for npx -y anilist-mcp-server. Add required environment variables before starting Claude Code.

How do I use AniList MCP Server with Codex?+

Choose the Codex tab in Install and copy the config for npx -y anilist-mcp-server. Add required environment variables before starting Codex.

How do I add AniList MCP Server to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config for npx -y anilist-mcp-server. Add required environment variables before starting Cursor or VS Code.

What endpoint and transport does AniList MCP Server use?+

AniList MCP Server uses STDIO transport. Use the package or command config in Install.

What tools and resources does AniList MCP Server expose?+

AniList MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does AniList MCP Server require authentication?+

AniList MCP Server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

Steam MCP ServerSteam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API).MAL MCP ServerMyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.TMDB MCP ServerMCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.Website AuditorAI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website.blockrun-mcpWeb search, deep research, prediction markets & crypto data for AI agents. Pay per call via x402.BowmarkDo things on live websites: prices, availability, quotes, bookings, anything behind a form or login.

Profile notes

  • Package: Npm anilist-mcp-server v0.7.1
  • Environment variable: ANILIST_CLIENT_ID
  • Environment variable: ANILIST_CLIENT_SECRET (secret)
  • Environment variable: ANILIST_ACCESS_TOKEN (secret)
  • Environment variable: ANILIST_OAUTH_PORT
  • Environment variable: ANILIST_TOKEN_STORE
  • Package: Mcpb https://github.com/Grinv/anilist-mcp-server/releases/download/v0.7.1/anilist-mcp-server.mcpb v0.7.1
  • Environment variable: ANILIST_CLIENT_ID
  • Environment variable: ANILIST_CLIENT_SECRET (secret)
  • Environment variable: ANILIST_ACCESS_TOKEN (secret)
  • Environment variable: ANILIST_OAUTH_PORT
  • Environment variable: ANILIST_TOKEN_STORE

Packages

PackageRegistryVersionInputs
anilist-mcp-server

stdio

npm0.7.1

Env: ANILIST_CLIENT_ID

Env: ANILIST_CLIENT_SECRET secret

Env: ANILIST_ACCESS_TOKEN secret

Env: ANILIST_OAUTH_PORT

Env: ANILIST_TOKEN_STORE

https://github.com/Grinv/anilist-mcp-server/releases/download/v0.7.1/anilist-mcp-server.mcpb

stdio

mcpb0.7.1

Env: ANILIST_CLIENT_ID

Env: ANILIST_CLIENT_SECRET secret

Env: ANILIST_ACCESS_TOKEN secret

Env: ANILIST_OAUTH_PORT

Env: ANILIST_TOKEN_STORE

Details

Version
0.7.1
Repository
https://github.com/Grinv/anilist-mcp-server
Updated
Jul 31, 2026