MCP Catalogs
Home

linkup-mcp-server vs fetch

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

linkup-mcp-server
by LinkupPlatform
fetch
by modelcontextprotocol
Stars★ 28★ 85,748
30d uses
Score4476
Official
Categories
SearchWeb ScrapingAI / LLM Tools
Web ScrapingAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

linkup-mcp-server · Summary

Linkup MCP server provides web search and page fetching capabilities with real-time data and flexible depth options.

fetch · Summary

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

linkup-mcp-server · Use cases

  • Real-time research and fact-checking
  • Content summarization from web articles
  • Monitoring current news and events

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

linkup-mcp-server · Install

Installation

Remote MCP Server (recommended)

For Claude Desktop:

{
  "mcpServers": {
    "linkup": {
      "command": "npx",
      "args": ["-y", "linkup-mcp-server", "apiKey=LINKUP_API_KEY"]
    }
  }
}

For Cursor/VSCode/Codex:

{
  "mcpServers": {
    "linkup": {
      "type": "http",
      "url": "https://mcp.linkup.so/mcp?apiKey=LINKUP_API_KEY"
    }
  }
}

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.