Back to Home
mixelpixx icon

Google-Search-MCP-Server

Verified Safe

by mixelpixx

Overview

This MCP server enhances Google search with AI-powered research synthesis, content extraction, source quality assessment, and deduplication, designed to be used by large language models (LLMs) like Claude.

Installation

Run Command
npm run start:v3

Environment Variables

  • GOOGLE_API_KEY
  • GOOGLE_SEARCH_ENGINE_ID
  • ANTHROPIC_API_KEY
  • USE_DIRECT_API
  • MCP_TRANSPORT
  • PORT

Security Notes

The use of `eval` for dynamic imports, while seemingly controlled for a specific SDK, is generally a security concern. The content extraction service fetches content from arbitrary URLs, which could pose a risk if the server were exposed directly to untrusted input (e.g., SSRF vulnerability if not behind an LLM context). Hardcoded secrets are avoided, with API keys properly sourced from environment variables. Prompt injection concerns are shifted to the LLM layer rather than the tool itself, due to its MCP design.

Similar Servers

Stats

Interest Score57
Security Score7
Cost ClassMedium
Avg Tokens11500
Stars175
Forks52
Last Update2025-12-03

Tags

Google SearchAI SynthesisResearch ToolContent ExtractionMCP Server