Skip to main content
Glama

DuckDuckGo MCP Server

ddg-ai-chat

Interact with AI models like GPT, Llama, and Claude via DuckDuckGo to get answers, insights, or assistance by sending messages or questions directly within the MCP server.

Instructions

Chat with DuckDuckGo AI

Input Schema

NameRequiredDescriptionDefault
keywordsYesMessage or question to send to the AI
modelNoAI model to usegpt-4o-mini

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "Message or question to send to the AI", "type": "string" }, "model": { "default": "gpt-4o-mini", "description": "AI model to use", "enum": [ "gpt-4o-mini", "llama-3.3-70b", "claude-3-haiku", "o3-mini", "mistral-small-3" ], "type": "string" } }, "required": [ "keywords" ], "type": "object" }

Other Tools from DuckDuckGo MCP Server

Related Tools

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/misanthropic-ai/ddg-mcp'

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