MCP Catalogs
Home

fetch vs ckan-mcp-server

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

fetch
by modelcontextprotocol
ckan-mcp-server
by ondata
Stars★ 85,748★ 46
30d uses
Score7647
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
AI / LLM Toolsdata-systemsSearch
LanguageTypeScriptTypeScript
Last committhis monththis month

fetch · Summary

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

ckan-mcp-server · Summary

MCP server for querying CKAN open data portals, enabling natural language access to datasets, organizations, and data.

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

ckan-mcp-server · Use cases

  • Journalists searching for data to verify stories
  • Researchers exploring public datasets for analysis
  • Developers building data pipelines from open data sources

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

ckan-mcp-server · Install

Installation

Option 1: Install globally (recommended)

npm install -g @aborruso/ckan-mcp-server

Option 2: Use hosted endpoint (no install)

Server URL: https://ckan-mcp-server.andy-pr.workers.dev/mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "ckan": {
      "url": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.