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 | — | — |
| Score | 76 | 45 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | MediaAI / LLM ToolsOther |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 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-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}anilist-mcp · Install
Local Installation (STDIO Transport)
- 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"
}
}
}
}- Restart your MCP client (e.g., Claude Desktop)
- Use the tools to interact with AniList