MCP Web Tools
MCP Web Tools
一个强大的 MCP(Model Context Protocol)服务器,为 AI 代理提供网页超能力。通过简洁的工具界面,提取内容、搜索网页、监控网站,并将 HTML 转换为 markdown。
工具
工具 | 描述 |
| 从任意 URL 提取结构化内容(页面标题、各级标题、段落、链接、图片、元数据) |
| 通过 DuckDuckGo 搜索网页 — 无需 API 密钥 |
| 检查网站是否在线,测量响应时间,获取 HTTP 标头 |
| 将任意 URL 或 HTML 转换为干净的 markdown |
| 并行从多个 URL 提取内容 |
Related MCP server: DuckDuckGo MCP Server
安装
适用于 Claude Code
添加到你的 Claude Code MCP 设置(~/.claude/settings.json):
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}适用于 Claude Desktop
添加到 claude_desktop_config.json:
{
"mcpServers": {
"web-tools": {
"command": "npx",
"args": ["@rog0x/mcp-web-tools"]
}
}
}手动安装
npm install -g @rog0x/mcp-web-tools
mcp-web-tools使用示例
从网页提取内容
Use web_extract to get the main content from https://example.com搜索网页
Use web_search to find "best TypeScript frameworks 2026"监控网站
Use web_monitor to check if https://api.example.com is responding将页面转换为 markdown
Use html_to_markdown to convert https://docs.example.com/guide to readable markdown批量提取
Use web_multi_extract to get content from these URLs: [url1, url2, url3]功能特性
无需 API 密钥 — 使用 DuckDuckGo 进行搜索,其他一切均通过直接 HTTP
快速 — 并行提取,每个请求 15 秒超时
干净输出 — 去除脚本、样式和广告;提取有意义的内容
轻量级 — 依赖极少,无需无头浏览器
生产就绪 — 完善的错误处理、超时和输入验证
系统要求
Node.js 18+
许可证
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