loading…
Search for a command to run...
loading…
Enables AI agents to perform web searches via DuckDuckGo without API keys and automate browser tasks with headless Chromium. Supports multi-step research workfl
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.
By MEOK AI Labs — Sovereign AI tools for everyone.
Web search and browser automation toolkit for AI agents. Search the web via DuckDuckGo (no API key), browse pages with headless Chromium, extract article content, take screenshots, and run multi-step research workflows.
MCPize MIT License MEOK AI Labs
| Tool | Description |
|---|---|
web_search |
Search the web using DuckDuckGo (no API key needed) |
browse_page |
Browse a webpage using headless Chromium (Playwright) |
extract_article |
Extract clean, readable article text from a URL |
research_topic |
Multi-step research: search the web, then extract content |
get_weather |
Get current weather for a location via wttr.in |
pip install mcp
git clone https://github.com/CSOAI-ORG/web-research-mcp.git
cd web-research-mcp
python server.py
{
"mcpServers": {
"web-research": {
"command": "python",
"args": ["server.py"],
"cwd": "/path/to/web-research-mcp"
}
}
}
| Plan | Price | Requests |
|---|---|---|
| Free | $0/mo | 25 calls/day |
| Pro | $9/mo | Unlimited + full screenshots + PDF export |
| Enterprise | Contact us | Custom + proxy rotation + CAPTCHA solving |
This is one of 255+ MCP servers by MEOK AI Labs. Browse all at meok.ai or GitHub.
MEOK AI Labs | meok.ai | [email protected] | United Kingdom
from
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"web-research-mcp-server": {
"command": "npx",
"args": []
}
}
}