Skip to main content
Glama

DuckDuckGo MCP Server

ddg-ai-chat

Interact with AI models like GPT-4o Mini, LLaMA-3.3-70B, Claude-3 Haiku, and more to get instant responses. Send messages or questions directly through DuckDuckGo's AI chat interface.

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" }
Install Server

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