Back to Home
yuna0x0 icon

anilist-mcp

Verified Safe

by yuna0x0

Overview

An MCP server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data.

Installation

Run Command
npx -y anilist-mcp

Environment Variables

  • ANILIST_TOKEN
  • PORT
  • TRANSPORT
  • CORS_ORIGIN

Security Notes

AniList API token (ANILIST_TOKEN) is handled securely via environment variables or HTTP headers, and it is marked as sensitive/secret in configuration files (smithery.yaml, server.json). The `requireAuth` utility correctly enforces authentication for sensitive operations. Configuration inputs are validated using Zod. The server includes a caution in the README about protecting HTTP endpoints. A minor concern is the default broad CORS origin (`*`) which should be restricted in production deployments, though it is configurable via `CORS_ORIGIN` environment variable. No 'eval', obfuscation, or malicious patterns were detected.

Similar Servers

Stats

Interest Score47
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars58
Forks10
Last Update2025-11-28

Tags

AniListanimemangaLLMAPI