Skip to main content
Glama

IMPORTANT

DuckDuckGo Search MCP supports the Model Context Protocol (MCP) standard, making it compatible with various AI assistants and tools.


โœจ Features

IMPORTANT

Unlike many search tools, this package performs actual web scraping rather than using limited APIs, giving you more comprehensive results.


Related MCP server: DuckDuckGo MCP Server

๐Ÿš€ Quick Start

npx -y @oevortex/ddg_search@latest
TIP

This will download and run the latest version of the MCP server directly without installation โ€“ perfect for quick use with AI assistants.


๐Ÿ› ๏ธ Installation Options

npm install -g @oevortex/ddg_search

Run globally:

ddg-search-mcp
yarn global add @oevortex/ddg_search

Run globally:

ddg-search-mcp
pnpm add -g @oevortex/ddg_search

Run globally:

ddg-search-mcp
git clone https://github.com/OEvortex/ddg_search.git cd ddg_search npm install npm start

Or with Yarn:

yarn install yarn start

Or with pnpm:

pnpm install pnpm start

๐Ÿง‘โ€๐Ÿ’ป Command Line Options

npx -y @oevortex/ddg_search@latest --help
TIP

Use the--version flag to check which version you're running.


๐Ÿค– Using with MCP Clients

IMPORTANT

The most common way to use this tool is by integrating it with MCP-compatible AI assistants.

Add the server to your MCP client configuration:

{ "mcpServers": { "ddg-search": { "command": "npx", "args": ["-y", "@oevortex/ddg_search@latest"] } } }

Or if installed globally:

{ "mcpServers": { "ddg-search": { "command": "ddg-search-mcp" } } }
TIP

After configuring, restart your MCP client to apply the changes.


๐Ÿงฐ Tools Overview


๐Ÿ“ Project Structure

bin/ # Command-line interface src/ index.js # Main entry point tools/ # Tool definitions and handlers searchTool.js iaskTool.js monicaTool.js utils/ search.js # Search and URL utilities user_agents.js search_monica.js search_iask.js # IAsk AI search utilities package.json README.md

๐Ÿค Contributing

Contributions are welcome! Please open issues or submit pull requests.

NOTE

Please follow the existing code style and add tests for new features.


๐Ÿ“บ YouTube Channel


๐Ÿ“„ License

Apache License 2.0

NOTE

This project is licensed under the Apache License 2.0 โ€“ see theLICENSE file for details.


One-click Deploy
A
security โ€“ no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OEvortex/ddg_search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server