MCP Catalogs
Home

linkup-mcp-server

by LinkupPlatform·28·Score 44

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

searchweb-scrapingai-llm
4
Forks
5
Open issues
this month
Last commit
2d ago
Indexed

Overview

The Linkup MCP server is a well-implemented Model Context Protocol server that connects AI assistants to real-time web information. It offers two primary tools: web search for finding current information across the internet, and page fetching for extracting content from specific URLs. The server supports both standard and deep search modes, allowing users to adjust the search depth based on their needs. It also features advanced options like JavaScript rendering, domain filtering, and date range restrictions to provide precise results.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Real-time research and fact-checking
you:Content summarization from web articles
you:Monitoring current news and events
you:What makes Linkup's search different from regular web search?
you:Can I fetch content from JavaScript-heavy websites?

When to choose this

Choose Linkup MCP server when you need reliable, real-time web search capabilities and page fetching with advanced filtering options.

When NOT to choose this

Don't choose this if you're looking for an open-source solution, as it requires a proprietary API key from Linkup.

Tools this server exposes

2 tools extracted from the README
  • linkup-search

    Search the web in real time using Linkup to retrieve current information, facts, and news.

  • linkup-fetch

    Fetch and extract content from any webpage URL.

Comparable tools

brave-search-mcpserper-mcpwebpilot-mcp

Installation

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

FAQ

What makes Linkup's search different from regular web search?
Linkup's search is specifically designed for AI assistants, providing real-time information with options for different search depths and advanced filtering capabilities like domain restriction and date ranges.
Can I fetch content from JavaScript-heavy websites?
Yes, the linkup-fetch tool includes an optional 'renderJs' parameter that enables JavaScript rendering for dynamic pages.

Compare linkup-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.