Linkup Search
About
Integrates with Linkup Technologies' API to enable web searches for information gathering, fact-checking, and research tasks.
Details
- Author
- linkupplatform
- Repository
- LinkupPlatform/python-mcp-server
- GitHub stars
- 16
- Downloads
- 85,472
- License
- MIT License
- Categories
- Search, Knowledge Base
- Tags
- #linkup
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Linkup SearchCommand (node, npx, python, etc.)pythonArguments-
Argument 1
-m -
Argument 2
linkup_mcp_server
Environment-
LINKUP_API_KEY
LINKUP_API_KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The Linkup MCP server can be used with any MCP-compatible client.
For an integration with Claude Desktop or with Cursor, please follow instruction here.
For other MCP-compatible clients, use these connection details:
- Command: python -m linkup_mcp_server
- Required Environment Variables: LINKUP_API_KEY
Consult your MCP client's documentation for specific configuration instructions.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"linkup search": {
"env": {
"LINKUP_API_KEY": "LINKUP_API_KEY"
},
"args": [
"-m",
"linkup_mcp_server"
],
"command": "python"
}
}
}
Linux
{
"env": {
"LINKUP_API_KEY": "LINKUP_API_KEY"
},
"args": [
"-m",
"linkup_mcp_server"
],
"command": "python"
}
Macos
{
"env": {
"LINKUP_API_KEY": "LINKUP_API_KEY"
},
"args": [
"-m",
"linkup_mcp_server"
],
"command": "python"
}
Windows
{
"env": {
"LINKUP_API_KEY": "LINKUP_API_KEY"
},
"args": [
"-m",
"linkup_mcp_server"
],
"command": "python"
}
π Linkup Python MCP Server
> β οΈ DEPRECATED: This package is no longer maintained.
>
> Please use the TypeScript/Node.js version instead: https://github.com/LinkupPlatform/linkup-mcp-server
>
> The TypeScript version is actively maintained, has better performance, and supports all the latest features.
A Model Context Protocol (MCP) server that provides web search capabilities through Linkup's advanced search API. This server enables AI assistants and development tools to perform intelligent web searches with natural language queries.
<a href="https://glama.ai/mcp/servers/69qbbv8hl9"></a>
β¨ Why Linkup?
- π Advanced Web Search: Leverage Linkup's AI-powered search engine for high-quality, relevant results
- π¬ Natural Language Queries: Ask questions in plain English or your preferred language - no need for keyword optimization
- π Real-time Information: Access up-to-date web content and current information
- π Comprehensive Results: Get detailed search results with source citations
- π§ Easy Integration: Works with any MCP-compatible client
π Installation
The Linkup MCP server can be used with any MCP-compatible client.
For an integration with Claude Desktop or with Cursor, please follow instruction here.
For other MCP-compatible clients, use these connection details:
- Command: python -m linkup_mcp_server
- Required Environment Variables: LINKUP_API_KEY
Consult your MCP client's documentation for specific configuration instructions.
π¬ Example Queries
The Linkup MCP server excels at answering complex questions and finding specific information:
- "What are the latest developments in quantum computing?"
- "How does the EU AI Act affect startups?"
- "Find recent research on sustainable aviation fuel"
- "What are the current best practices for MCP server development?"
π€ Contributing
Pull requests are welcome! Feel free to open an issue first to discuss what youβd like to see improved.
π Resources
- Linkup Documentation
- MCP Protocol Specification
- Linkup API Reference
π£ Community & Support
Email: support@linkup.so
Discord: Join our community
- X / Twitter: @Linkup_platform
π License
This project is licensed under the MIT License - Innovate freely! π
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


