hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Enables executing Google searches and extracting structured results, supporting both web and news results with configurable output formats.
Supports conversion of web content to clean, structured Markdown format with proper formatting of lists, bold text, italic text, and links.
Provides TypeScript client integration for AI agents to fetch web content and perform Google searches programmatically.
获取浏览器
强大的无头浏览器 MCP 服务器,使 AI 代理无需任何 API 密钥即可获取网页内容并执行 Google 搜索。它基于现代 Web 标准构建,旨在与 AI 平台无缝集成。
特征
- 无需 API 密钥:使用复杂的无头浏览器方法直接获取内容
- 智能谷歌搜索:
- 从 Google 搜索中提取结构化结果
- 支持网络和新闻结果
- 可配置结果数量(1-100)
- 获取搜索结果的全部内容
- 自动重试和错误处理
- 通用内容获取:
- 支持任何网页或 API 端点
- 多种输出格式(HTML、JSON、文本、Markdown)
- 自动内容类型检测
- 响应大小限制和超时保护
- 速率限制保护
- 格式转换:
- 清理 HTML 到 Markdown 的转换
- 漂亮打印的 JSON 响应
- 结构化 HTML 输出
- 具有正确格式的纯文本
工具
1. Google 搜索工具( google_search
)
执行 Google 搜索并获取结果的全部内容:
2. URL 获取工具( fetch_url
)
从任何 URL 获取内容:
安装
通过史密斯里
手动安装
发展
响应格式
1. Markdown 格式
2. JSON格式
3. HTML格式
4.文本格式
错误处理
- 使用指数退避算法自动重试
- 速率限制保护
- 超时处理
- 详细错误消息
- 个别结果错误追踪
安全功能
- 响应大小限制
- 请求超时
- 速率限制保护
- 无需 API 密钥或秘密
- 正确的错误处理
致谢
由 Seth Rose 创建:
- 网址: https://www.sethrose.dev
- 𝕏(推特) : https://x.com/TheSethRose
- 🦋(蓝天) : https://bsky.app/profile/sethrose.dev
执照
MIT 许可证 - 详情请参阅许可证
You must be authenticated.
无头浏览器 MCP 服务器允许 AI 代理获取网络内容并执行 Google 搜索,无需 API 密钥,支持 Markdown、JSON、HTML 和文本等各种输出格式。