The ddg_search MCP server enables AI agents to perform web searches using DuckDuckGo and IAsk AI. It provides tools for querying search results, extracting relevant information, and integrating search functionality into applications. The server connects directly to DuckDuckGo's search API and IAsk AI's question-answering system. Developers use it to build applications that require real-time web search capabilities, such as chatbots, virtual assistants, and research tools.
The ddg_search MCP server enables AI agents to perform web searches using DuckDuckGo and IAsk AI. It provides tools for querying search results, extracting relevant information, and integrating search functionality into applications. The server connects directly to DuckDuckGo's search API and IAsk AI's question-answering system. Developers use it to build applications that require real-time web search capabilities, such as chatbots, virtual assistants, and research tools.
npx -y @oevortex/ddg_searchAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"oevortex-ddgsearch-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @oevortex/ddg_search"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from ddg_search?"
API Key Required
This server requires an API key from ddg_search. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DDG_SEARCH_API_KEY | Yes | Your ddg_search API key |
"What resources are available in ddg_search?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in ddg_search"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in ddg_search with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.