MCP Web Tools
Provides web search capabilities via DuckDuckGo, allowing AI agents to search the web without needing an API key.
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., "@MCP Web ToolsExtract the main content from https://example.com"
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.
MCP Web Tools
A powerful MCP (Model Context Protocol) server that gives AI agents web superpowers. Extract content, search the web, monitor sites, and convert HTML to markdown — all through a clean tool interface.
Tools
Tool | Description |
| Extract structured content from any URL (title, headings, paragraphs, links, images, metadata) |
| Search the web via DuckDuckGo — no API key needed |
| Check if a site is up, measure response time, get HTTP headers |
| Convert any URL or HTML to clean markdown |
| Extract content from multiple URLs in parallel |
Related MCP server: DuckDuckGo MCP Server
Installation
For Claude Code
Add to your Claude Code MCP settings (~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}For Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}Manual Installation
npm install -g @rog0x/mcp-web-tools
mcp-web-toolsUsage Examples
Extract content from a webpage
Use web_extract to get the main content from https://example.comSearch the web
Use web_search to find "best TypeScript frameworks 2026"Monitor a website
Use web_monitor to check if https://api.example.com is respondingConvert page to markdown
Use html_to_markdown to convert https://docs.example.com/guide to readable markdownBatch extraction
Use web_multi_extract to get content from these URLs: [url1, url2, url3]Features
No API keys required — uses DuckDuckGo for search, direct HTTP for everything else
Fast — parallel extraction, 15s timeout per request
Clean output — strips scripts, styles, ads; extracts meaningful content
Lightweight — minimal dependencies, no headless browser needed
Production-ready — proper error handling, timeouts, input validation
Requirements
Node.js 18+
License
MIT — rog0x
Maintenance
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
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to perform query-driven web searches and fetch page content via Bing and DuckDuckGo engines, with automatic fallback and no API keys needed.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search the web via DuckDuckGo and fetch relevant webpage content using an LLM, without requiring an API key.
- AlicenseAqualityCmaintenanceEnables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.211MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.
Related MCP Connectors
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
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/rog0x/mcp-web-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server