Skip to content

Commit 055370d

Browse files
committed
Add DuckDuckGo MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 14015a9 commit 055370d

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "nickclyde.duckduckgo-mcp-uvx",
4+
"name": "DuckDuckGo (uvx)",
5+
"alias": "duckduckgo",
6+
"description": "Web search and content fetching via DuckDuckGo. Performs DuckDuckGo searches with LLM-optimized results and fetches/parses webpage content, with built-in rate limiting.",
7+
"logo": "https://avatars.githubusercontent.com/u/9121162?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search"
11+
],
12+
"tags": [
13+
"search",
14+
"duckduckgo",
15+
"web",
16+
"web-search",
17+
"fetch",
18+
"scraping"
19+
],
20+
"transport": {
21+
"type": "stdio",
22+
"command": "uvx",
23+
"args": [
24+
"duckduckgo-mcp-server"
25+
],
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "No authentication required. Searches DuckDuckGo and fetches public web content without an API key."
33+
},
34+
"contributor": {
35+
"name": "nickclyde",
36+
"github": "nickclyde",
37+
"url": "https://github.com/nickclyde/duckduckgo-mcp-server"
38+
},
39+
"links": {
40+
"repository": "https://github.com/nickclyde/duckduckgo-mcp-server",
41+
"homepage": "https://github.com/nickclyde/duckduckgo-mcp-server",
42+
"documentation": "https://github.com/nickclyde/duckduckgo-mcp-server#readme"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": true
52+
},
53+
"changelog_url": "https://github.com/nickclyde/duckduckgo-mcp-server/releases"
54+
}

0 commit comments

Comments
 (0)