Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.-Anthropic
Learn more about the Model Context Protocol in Anthropic’s official documentation
Remote MCP
Use our hosted MCP endpoint (recommended)
MCPB Bundle
Single-file bundle for Claude Desktop
Local MCP
Run MCP locally with NPM package
GitHub Repository
View the source code and see detailed documentation
The Linkup MCP server is compatible with any MCP client, such as Cursor or Claude
Desktop. Choose between local installation or our hosted endpoint based on your needs.
Features
The Linkup MCP server provides two powerful tools:-
🔍
linkup-search: Real-time web search with natural language queries- Standard and deep search modes
- Access to current information from trusted sources
-
🌐
linkup-fetch: Fetch and extract content from any webpage- Optional JavaScript rendering for dynamic content
- Perfect for article extraction and content analysis

Remote MCP
Use our hosted MCP endpoint for a quick setup without any local installation. This is the recommended approach for most users.Prerequisites
To use Remote MCP, you need:- A Linkup API key
- Any MCP client that supports HTTP/SSE connections
Get your API key
Create a Linkup account for free to get your API key.
Quick Start with Smithery
The easiest way to get started is using Smithery. From there, you’ll be able to install the server into your favorite MCP compatible client. The remote MCP server is using the Streamable HTTP transport.Manual Configuration
Don’t forget to replace
YOUR_API_KEY with your actual API key!MCPB Bundle
Download a pre-built MCPB (MCP Bundle) - a self-contained, single-file package that works across compatible MCP clients. This is the recommended approach for Claude Desktop.What is MCPB?
MCPB (MCP Bundle) is a new format developed by Anthropic for distributing MCP servers. Learn more in the official MCPB documentation.Download
Quick Download:Installation
1
Download the MCPB file
Use the curl command above or download from GitHub releases.
2
Install in Claude Desktop
Double-click the
.mcpb file to install it in Claude Desktop.3
Configure API Key
When prompted, enter your Linkup API key.
Local MCP
Run the Linkup MCP server locally using NPM.Prerequisites
- A Linkup API key
- Node.js (v18.0.0 or higher)
Get your API key
Create a Linkup account for free to get your API key.
Configuration Examples
- Claude Desktop
- Cursor
- VS Code
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:YOUR_LINKUP_API_KEY with your actual API key, then restart your application.
For more configuration examples and advanced usage, see the GitHub README.
Available Tools
Once configured, you’ll have access to two powerful tools:linkup-search
Search the web in real time to retrieve current information, facts, and news from trusted sources. Parameters:query(required): Natural language search query. Full questions work best.depth(optional): Search depth - “standard” (default) or “deep”- standard: For queries with direct answers (weather, stock prices, simple facts)
- deep: For complex research requiring analysis across multiple sources
- “Search for the latest news about AI developments”
- “What’s the current weather in Tokyo?”
- “Find information about the new EU AI Act”
linkup-fetch
Fetch and extract content from any webpage URL. Parameters:url(required): The URL to fetch content fromrenderJs(optional): Whether to render JavaScript content (default: false)- Enable for dynamic pages that load content via JavaScript
- Note: Makes the request slower
- “Fetch the content from https://example.com/article”
- “Get this blog post and summarize it: https://blog.example.com/post”
- “What are the events happening in Paris this week? Fetch the content from https://example.com/events”
Troubleshooting
Authentication Format
Important: The new version (2.x) of the Linkup MCP server uses a different authentication format: ✅ Correct (v2.x):Facing issues? Reach out to our engineering team at support@linkup.so or via our Discord or book a 15 minutes call with a member of our technical team.