japan-ani-search-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
japan-ani-search-mcp by hirofumitorato | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 33 | 76 |
| Official | — | ✓ |
| Categories | MediaSearchAI / LLM Tools | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 2 mo ago | this month |
japan-ani-search-mcp · Summary
MCP server for searching anime and manga using AniList API with tools for character details and cultural explanations.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
japan-ani-search-mcp · Use cases
- Find specific anime or manga by title
- Get detailed information about characters
- Learn about Japanese cultural terms and concepts in anime
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
japan-ani-search-mcp · Install
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.
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}