loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

ddgs

MCP Tool

deedy5/ddgs

A metasearch library that aggregates results from diverse web search services

Install

$ npx loaditout add deedy5/ddgs

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "ddgs": {
      "command": "npx",
      "args": [
        "-y",
        "ddgs"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

[](https://github.com/deedy5/ddgs/releases) [](https://pypi.org/project/ddgs)

DDGS | Dux Distributed Global Search<a name="TOP"></a>

A metasearch library that aggregates results from diverse web search services.

Table of Contents
  • Install
  • CLI version
  • API Server (with MCP Integration)
  • Engines
  • DDGS class
  • 1. text()
  • 2. images()
  • 3. videos()
  • 4. news()
  • 5. books()
  • Disclaimer

___

Install
pip install -U ddgs      # Base install
pip install -U ddgs[api] # With API server
CLI version
ddgs --help

Go To TOP ___

API Server (with MCP Integration)
  • CLI
ddgs api    # Start in foreground
ddgs api -d # Start in detached mode
ddgs api -s # Stop detached server
ddgs api --host 127.0.0.1 --port 9000 --proxy socks5h://127.0.0.1:9150  # Custom host / post / proxy
  • Docker compose
git clone https://github.com/deedy5/ddgs && cd ddgs
docker-compose up --build
  • Bash script
git clone https://github.com/deedy5/ddgs && cd ddgs
chmod +x start_api.sh
./start_api.sh
Available Endpoints
  • MCP Endpoints (for AI assistance):
  • http://localhost:8000/sse - SSE transport
  • API Docs: http://localhost:8000/docs
  • Health Check: http://localhost:8000/health
Available MCP Tools
  • search_text - Web text searches
  • search_images - Image searches
  • search_news - News searches
  • search_videos - Video searches
  • search_books - Book searches
Typical configuration
{
  "mcpServers": {
    "ddgs-search": {
      "url": "http://localhost:8000/sse",
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

[Go To TOP](

Tags

apiddgsmcpmcp-servermetasearchpythonsearchwebsearchpypi

Reviews

Loading reviews...

Quality Signals

Quality Score5500
2.4k
Stars
0
Installs
Last updated35 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcepypi
Last commit3/14/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/deedy5/ddgs)](https://loaditout.ai/skills/deedy5/ddgs)