search & data extraction

Duckduckgo Mcp Server

This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

typescript
cloud
local
search & data extraction
0
View on GitHub

Installation

npx -y zhsama/duckduckgo-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "duckduckgo-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "zhsama/duckduckgo-mcp-server"
  ]
}

About This MCP Server

zhsama/duckduckgo-mcp-server

This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

GitHub: https://github.com/zhsama/duckduckgo-mpc-server/

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub