P

python-mcp-server

Created Oct 19, 2025 by LinkupPlatform

Language:

Python

Stars:

15

Forks:

5

README

🌟 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.

✨ 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

📣 Community & Support

📄 License

This project is licensed under the MIT License - Innovate freely! 🚀

Last updated: Oct 19, 2025

Publisher info

LinkupPlatform's avatar

LinkupPlatform

Plug your LLM to the Internet.

France
7
followers
0
following
10
repos

More MCP servers built with Python

Stable Diffusion WebUI

Stable Diffusion web UI

By AUTOMATIC1111 160.1K
Transformers

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

By huggingface 155.5K
PyTorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

By pytorch 96.8K