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.
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:
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 READMEsearch_animeSearch anime by title or keyword
search_mangaSearch manga by title or keyword
get_characterGet character details by name
get_seasonal_animeGet anime by season & year
explain_anime_cultureCultural context explanations for anime terms
Comparable tools
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
Last updated · Auto-generated from public README + GitHub signals.