degoog-mcp-server

sstockdev/degoog-mcp-server
★ 0 stars Python 🔍 Search Updated today
A Model Context Protocol (MCP) server that provides web search capabilities through a degoog instance.
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": {
    "degoog-mcp-server": {
      "command": "uvx",
      "args": [
        "degoog-mcp-server"
      ]
    }
  }
}

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