Skip to main content
Glama
rutoassistant

web-ai-mcp

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 xvfb to 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"
      ]
    }
  }
}
F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    A
    maintenance
    Enables 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.
    7
    28
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Stealth browser automation for AI agents, using source-patched Chromium to bypass bot detection systems like Cloudflare, reCAPTCHA, and FingerprintJS.
    28
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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

View all related MCP servers

Related MCP Connectors

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

  • Stealth scraping & search. Bypasses Cloudflare, DataDome & LinkedIn via Cyborg HITL approach.

  • Durable self for AI agents: one-call resume, memory, real browser, free chat + hire real humans.

View all MCP Connectors

Latest Blog Posts

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