MCP Server for Google Search
用于 Google 搜索的 MCP 服务器
使用 Google 自定义搜索 API 和网页内容提取功能提供网络搜索功能的模型上下文协议服务器。
工具
搜索
使用 Google 自定义搜索 API 执行网络搜索:
搜索整个网络或特定网站
控制结果数量(1-10)
通过标题、链接和摘要获取结构化结果
网页阅读器
从任何网页提取内容:
获取并解析网页内容
提取页面标题和正文
通过删除脚本和样式来清理内容
返回包含标题、文本和 URL 的结构化数据
Related MCP server: MCP Google Custom Search Server
安装
获取 Google API 密钥和搜索引擎 ID
创建 Google Cloud 项目:
创建新项目或选择现有项目
为您的项目启用计费
启用自定义搜索 API:
前往API 库
搜索“自定义搜索 API”
点击“启用”
获取 API 密钥:
前往凭证
点击“创建凭证”>“API 密钥”
复制您的 API 密钥
(可选)将 API 密钥限制为仅限自定义搜索 API
创建自定义搜索引擎:
前往可编程搜索引擎
输入您要搜索的网站(使用www.google.com进行常规网页搜索)
点击“创建”
在下一页上,点击“自定义”
在设置中,启用“搜索整个网络”
复制您的搜索引擎 ID (cx)
客户端配置
要与 Claude Desktop 一起使用,请使用您的 Google API 凭据添加服务器配置:
在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-search": {
"command": "npx",
"args": ["-y", "@mcp-for-dev/mcp-google-search"],
"env": {
"GOOGLE_API_KEY": "your-api-key-here",
"GOOGLE_SEARCH_ENGINE_ID": "your-search-engine-id-here"
}
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.228768MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.147MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.22
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.2MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
MCP server for Google search results via SERP API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Appeared in Searches
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/mcp-for-dev/mcp-google-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server