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.
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:
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 READMElinkup-searchSearch the web in real time using Linkup to retrieve current information, facts, and news.
linkup-fetchFetch and extract content from any webpage URL.
Comparable tools
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
Last updated · Auto-generated from public README + GitHub signals.