MCP Catalogs
Home

caldav-mcp vs fetch

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

caldav-mcp
by dominik1001
fetch
by modelcontextprotocol
Stars★ 69★ 85,748
30d uses
Score4676
Official
Categories
ProductivityCommunication
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

caldav-mcp · Summary

A CalDAV MCP server enabling AI assistants to manage calendar events via CalDAV protocols.

fetch · Summary

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

caldav-mcp · Use cases

  • AI assistants managing user schedules across CalDAV compatible calendars
  • Automating event creation based on AI analysis
  • Integration with calendar-based workflow automation

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

caldav-mcp · Install

Install via npm: npm install caldav-mcp

Add to Claude Desktop config:

{
  "mcpServers": {
    "calendar": {
      "command": "npx",
      "args": [
        "caldav-mcp"
      ],
      "env": {
        "CALDAV_BASE_URL": "<CalDAV server URL>",
        "CALDAV_USERNAME": "<CalDAV username>",
        "CALDAV_PASSWORD": "<CalDAV password>"
      }
    }
  }
}

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.