Linkup Search

by linkupplatform

Recommended
16 stars
85.5k downloads
Not rated
GitHub Website

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

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Linkup Search
    Command (node, npx, python, etc.) python
    Arguments
    • 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.

  4. 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">mcp-search-linkup MCP server</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


πŸ“„ License

This project is licensed under the MIT License - Innovate freely! πŸš€

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.