web-ai-mcp
Click on "Deploy 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.
Related MCP server: cloakbrowser-mcp
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 deployed
Maintenance
Related MCP Connectors
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
Undetectable cloud browser sessions for AI agents and scrapers. Navigate, extract, click, captcha.
Related MCP Servers
- AlicenseCqualityBmaintenanceEnables AI agents to perform web searches via DuckDuckGo without API keys and automate browser tasks with headless Chromium. Supports multi-step research workflows that automatically search and extract content from multiple pages.754 npm48 PyPIMIT
- AlicenseAqualityDmaintenanceStealth browser automation for AI agents, using source-patched Chromium to bypass bot detection systems like Cloudflare, reCAPTCHA, and FingerprintJS.28Apache 2.0
- AlicenseBqualityCmaintenanceProvides undetectable browser automation for LLM agents via MCP, enabling real Chrome interaction with stealth features, DOM accessibility, and DevTools integration.9833 PyPI3MIT
- FlicenseNot gradedqualityDmaintenanceProvides stealth web browsing using dual browser engines (Chromium and Firefox) with automatic bot-detection bypass, enabling AI agents to browse, interact, and extract content from websites without being blocked.1-