web-ai-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@web-ai-mcpExplain the concept of recursion using GPT-4o mini."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Web AI MCP Server (No-Login Edition)
This MCP server uses Patchright (stealth Playwright) to automate DuckDuckGo AI Chat, providing free access to GPT-4o mini, Claude 3 Haiku, and Llama 3.1 without an account.
Features
No Login Required: Uses DuckDuckGo's public AI chat interface.
Stealth: Uses Patchright and
xvfbto mimic a real browser session.Tools:
chat_send(message): Send a prompt and get the response.chat_reset(): Clear the session.screenshot(): Debug view.
Setup
1. Build the Docker Image
docker build -t web-ai-mcp .2. Run the Container
docker run -i --rm \
web-ai-mcp(No volume mount needed since we don't need persistent login sessions for DDG AI).
Usage with MCP Client
Configure your MCP client (e.g., Claude Desktop, OpenClaw) to run the docker command:
{
"mcpServers": {
"web-ai": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"web-ai-mcp"
]
}
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rutoassistant/web-ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server