LinkupPlatform/linkup-mcp-server
Linkup MCP server for web search and fetching web content
[](https://smithery.ai/server/@LinkupPlatform/linkup-mcp-server)
A Model Context Protocol (MCP) server that provides web search and page fetching capabilities through Linkup's advanced API. This server enables AI assistants like Claude to perform intelligent web searches with natural language queries and fetch content from any webpage, accessing real-time information from trusted sources across the web.
standard - For queries with direct answersdeep - For complex research requiring analysis across multiple sourcesYou can access the MCP server directly through 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.
You can also use the Smithery CLI to install the server into your favorite MCP compatible client.
npx @smithery/cli login # If you haven't already
npx -y @smithery/cli@latest install linkup-mcp-server --client <CLIENT_NAME> --config '{"apiKey":<LINKUP_API_KEY>}'**Finally, if your client supports OAuth protocol, you can reference directly the remote MCP server URL.