MCP Catalogs
Home

fetch vs anilist-mcp

Side-by-side comparison to help you pick between these two MCP servers.

fetch
by modelcontextprotocol
anilist-mcp
by yuna0x0
Stars★ 85,748★ 76
30d uses
Score7645
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
MediaAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last committhis month6 mo ago

fetch · Summary

An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.

anilist-mcp · Summary

AniList MCP server provides comprehensive anime and manga data access through search, retrieval, and management tools.

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

anilist-mcp · Use cases

  • Assist users in finding anime recommendations and detailed information about specific shows
  • Help organize and manage personal anime/manga watch/read lists
  • Provide comprehensive character and staff information for research or discussion purposes

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"]
    }
  }
}

anilist-mcp · Install

Local Installation (STDIO Transport)

  1. Add this server to your mcp.json / claude_desktop_config.json:
{
  "mcpServers": {
    "anilist": {
      "command": "npx",
      "args": ["-y", "anilist-mcp"],
      "env": {
        "ANILIST_TOKEN": "your_api_token"
      }
    }
  }
}
  1. Restart your MCP client (e.g., Claude Desktop)
  2. Use the tools to interact with AniList
Comparison generated from public README + GitHub signals. Last updated automatically.