MCP Catalogs
Home

japan-ani-search-mcp

by hirofumitorato·0·Score 33

MCP server for searching anime and manga using AniList API with tools for character details and cultural explanations.

mediasearchai-llm
0
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides tools to search through over 500,000 anime and manga entries via the AniList GraphQL API. It offers specialized functions for finding anime and manga by title, retrieving character details, getting seasonal anime charts, and explaining Japanese cultural terms commonly found in anime. The server integrates seamlessly with Claude Desktop and appears to be well-maintained with recent commits.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Find specific anime or manga by title
you:Get detailed information about characters
you:Learn about Japanese cultural terms and concepts in anime
you:What anime and manga database does this use?
you:Can I use this with other MCP clients besides Claude Desktop?

When to choose this

Choose this server when you need comprehensive anime and manga information within AI workflows, especially for cultural context explanations or seasonal content discovery.

When NOT to choose this

Don't choose this if you need manga-specific features beyond what AniList provides, or if you require real-time updates as the API is third-party.

Tools this server exposes

5 tools extracted from the README
  • search_anime

    Search anime by title or keyword

  • search_manga

    Search manga by title or keyword

  • get_character

    Get character details by name

  • get_seasonal_anime

    Get anime by season & year

  • explain_anime_culture

    Cultural context explanations for anime terms

Comparable tools

ani-searchmal-searchanime-api-mcp

Installation

Installation

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "anisearch": {
      "command": "npx",
      "args": ["-y", "japan-ani-search-mcp"]
    }
  }
}

Restart Claude Desktop after making these changes.

FAQ

What anime and manga database does this use?
This MCP server is powered by the AniList GraphQL API, which contains over 500,000 anime and manga entries.
Can I use this with other MCP clients besides Claude Desktop?
While the example shows Claude Desktop configuration, this server should work with any MCP client that can connect to TypeScript-based servers.

Compare japan-ani-search-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.