Skip to main content
Glama
rog0x
by rog0x

MCP Web Tools

一个强大的 MCP(Model Context Protocol)服务器,为 AI 代理提供网页超能力。通过简洁的工具界面,提取内容、搜索网页、监控网站,并将 HTML 转换为 markdown。

工具

工具

描述

web_extract

从任意 URL 提取结构化内容(页面标题、各级标题、段落、链接、图片、元数据)

web_search

通过 DuckDuckGo 搜索网页 — 无需 API 密钥

web_monitor

检查网站是否在线,测量响应时间,获取 HTTP 标头

html_to_markdown

将任意 URL 或 HTML 转换为干净的 markdown

web_multi_extract

并行从多个 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

Install Server
A
license - permissive license
A
quality
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

View all related MCP servers

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.

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/rog0x/mcp-web-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server