MCP Catalogs
首页

google-researcher-mcp

by zoharbabin·35·综合分 46

MCP 服务器提供谷歌搜索、网页抓取和文档解析功能,具有高级过滤能力。

searchweb-scrapingai-llm
4
Forks
7
活跃 Issue
本月
最近提交
2 天前
收录于

概述

Google Researcher MCP Server 是一个为 AI 助手设计的综合性工具,提供网络搜索、内容提取和研究功能。它支持谷歌搜索(普通、新闻、图片)、网页抓取(包括 JavaScript 渲染的页面)、YouTube 转录提取以及文档解析(PDF、DOCX、PPTX)。该服务器具有质量评分、缓存机制和企业级安全功能,支持 OAuth。它为生产环境设计,支持多种传输方式,并且持续维护更新。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:为研究助手提供网络搜索和信息综合能力
:内容创作中的资料收集和引用
:学术研究中的论文查找和引用提取
:需要哪些 API 密钥?
:支持哪些客户端?

什么时候选它

当您需要全面的网络研究能力,包括 Google 搜索、新闻、学术论文、专利和文档解析时,选择这个 MCP 服务器。

什么时候不要选它

如果您需要绕过 Google 的搜索限制或需要 Google API 提供功能以外的服务,请避免使用,因为它与 Google 服务绑定。

此 server 暴露的工具

从 README 抽取出 8 个工具
  • google_search(query: string, num_results?: number, time_range?: string, site_search?: string, exact_terms?: string, exclude_terms?: string) => Promise<any>

    Web search with site, date, and language filters

  • google_news_search(query: string, num_results?: number, freshness?: string, sort_by?: string, news_source?: string) => Promise<any>

    News search with freshness controls

  • google_image_search(query: string, num_results?: number, size?: string, type?: string, color_type?: string, file_type?: string) => Promise<any>

    Image search with type, size, color filters

  • scrape_page(url: string) => Promise<any>

    Extract content from web pages, PDFs, DOCX and YouTube transcripts

  • search_and_scrape(query: string, num_results?: number, include_sources?: boolean, deduplicate?: boolean, max_length_per_source?: number, total_max_length?: number, filter_by_query?: boolean) => Promise<any>

    Combined search + content extraction with quality scoring

  • academic_search(query: string, num_results?: number) => Promise<any>

    Search for academic papers from arXiv, PubMed, IEEE with citations

  • patent_search(query: string, search_type?: string) => Promise<any>

    Patent search with assignee/inventor filters for prior art analysis

  • sequential_search(searchStep: string, stepNumber: number, totalStepsEstimate?: number, nextStepNeeded?: boolean) => Promise<any>

    Multi-step research tracking with state management

可对比工具

brave-search-mcpserper-mcpweb-scraper-mcpbing-search-mcp

安装

安装

Claude Desktop (macOS)

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "google-researcher": {
      "command": "npx",
      "args": ["-y", "google-researcher-mcp"],
      "env": {
        "GOOGLE_CUSTOM_SEARCH_API_KEY": "YOUR_API_KEY_HERE",
        "GOOGLE_CUSTOM_SEARCH_ID": "YOUR_SEARCH_ID_HERE"
      }
    }
  }
}

Claude Desktop (Windows)

%APPDATA%\Claude\claude_desktop_config.json 中添加相同配置。

FAQ

需要哪些 API 密钥?
您需要谷歌自定义搜索 API 密钥和搜索 ID。请参阅 API 设置指南获取详细步骤。
支持哪些客户端?
这个 MCP 服务器支持 Claude Desktop、Claude Code、Cursor 以及任何支持 STDIO 传输的 MCP 客户端。

google-researcher-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。