linkup_mcp

RanneG/linkup_mcp
★ 0 stars Python 🤖 AI/LLM Updated today
Custom MCP server for Cursor IDE with web search and RAG
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "linkup_mcp": {
      "command": "uvx",
      "args": [
        "linkup-mcp"
      ]
    }
  }
}

Or install with pip: pip install linkup-mcp

README Excerpt

Custom MCP (Model Context Protocol) server for Cursor IDE with: - 🌐 **Web Search** - Deep web searches using [Linkup API](https://www.linkup.so/) - 📚 **RAG (Retrieval Augmented Generation)** - Query documents using LlamaIndex with Ollama - ✅ **Local AI** - Uses Ollama (llama3.2) for complete privacy - ✅ **Zero API Costs** - RAG tool is completely free (uses local models)