MCP Catalogs
Home

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
Score3376
Official
Categories
MediaSearchAI / LLM Tools
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last commit2 mo agothis 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-fetch

Then run as:

python -m mcp_server_fetch

Claude Desktop Configuration

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.