Google Search MCP ServerServer

hunter-arton
GitHub
Web SearchGoogle APIImage Search

Loading subscription status...

💡 Description

A Model Context Protocol server that provides web and image search capabilities via Google's Custom Search API, enabling AI assistants like Claude to access up-to-date information from the internet.

📝 JSON Entries

{
  "mcpServers": [
    {
      "google_search": {
        "env": {
          "GOOGLE_CSE_ID": "your_search_engine_id_here",
          "GOOGLE_API_KEY": "your_api_key_here"
        },
        "args": [
          "/absolute/path/to/google-search-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

google_web_searchgoogle_image_search

Features

  • Web search
  • Image search

💬 Example Queries

  • Search for the latest news on renewable energy.
  • Find images of electric vehicles.
  • What are the top tourist destinations in Japan?