claude-homelab vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
claude-homelab by jmagar | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 42 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 76 |
| Official | — | ✓ |
| Categories | MediaMonitoringOps & InfraProductivity | Web ScrapingAI / LLM ToolsProductivity |
| Language | Shell | TypeScript |
| Last commit | 1 mo ago | this month |
claude-homelab · Summary
HomeLab management plugin for Claude with 16+ integrations for media, infrastructure monitoring, and document management.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
claude-homelab · Use cases
- Managing media libraries through Plex with automation for movie/TV show requests
- Monitoring homelab infrastructure including Docker containers, ZFS pools, and system resources
- Managing documents with integrations to Linkding bookmarks, Memos notes, and Paperless-ngx
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
claude-homelab · Install
Installation
Claude Marketplace
/plugin marketplace add jmagar/claude-homelab
/plugin install homelab-core @jmagar-claude-homelabManual Install
curl -sSL https://raw.githubusercontent.com/jmagar/claude-homelab/main/scripts/install.sh | bashConfiguration
After installation, set up credentials using:
/homelab-core:setupThis will create and populate ~/.claude-homelab/.env with your service credentials.
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"]
}
}
}