deepset-mcp-server

deepset-ai/deepset-mcp-server
★ 3 stars Python 📦 Other Updated 1d ago
MCP Server for deepset platform
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": {
    "deepset-mcp-server": {
      "command": "uvx",
      "args": [
        "deepset-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install deepset-mcp-server