MCP Server for Google Search
Сервер MCP для поиска Google
Сервер Model Context Protocol, который предоставляет возможности веб-поиска с использованием API пользовательского поиска Google и функции извлечения содержимого веб-страниц.
Инструменты
Поиск
Выполняйте веб-поиск с помощью API пользовательского поиска Google:
Поиск по всему Интернету или определенным сайтам
Контрольное число результатов (1-10)
Получите структурированные результаты с заголовком, ссылкой и фрагментом
Читатель веб-страниц
Извлечение содержимого с любой веб-страницы:
Извлечение и анализ содержимого веб-страницы
Извлечь заголовок страницы и основной текст
Очистите контент, удалив скрипты и стили.
Возвращайте структурированные данные с заголовком, текстом и URL-адресом.
Related MCP server: MCP Google Custom Search Server
Установка
Получите ключ API Google и идентификатор поисковой системы
Создайте проект Google Cloud:
Перейти в Google Cloud Console
Создайте новый проект или выберите существующий
Включите выставление счетов для вашего проекта
Включить API пользовательского поиска:
Перейти к библиотеке API
Поиск по запросу «API пользовательского поиска»
Нажмите «Включить».
Получить ключ API:
Перейти к учетным данным
Нажмите «Создать учетные данные» > «Ключ API».
Скопируйте свой ключ API
(Необязательно) Ограничьте ключ API только API пользовательского поиска
Создать пользовательскую поисковую систему:
Перейти к программируемой поисковой системе
Введите сайты, на которых вы хотите искать (для общего веб-поиска используйте www.google.com )
Нажмите «Создать»
На следующей странице нажмите «Настроить».
В настройках включите «Поиск по всему Интернету»
Скопируйте идентификатор вашей поисковой системы (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