← Back to Skills Marketplace
daanielcruz

GSearch - Free Google Search MCP

by daanielcruz · GitHub ↗ · v1.0.2 · MIT-0
macoslinuxwindows ✓ Security Clean
283
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install gsearch
Description
Search the web with Google Search grounding. Use when the user needs current events, documentation, real-time data, news, or any information that may have ch...
README (SKILL.md)

GSearch - Free Google Search MCP

Real-time web search with inline citations [1][2][3] and source URLs. Free with any Google account, no API key required.

Setup

Add to your MCP client config:

{
  "mcpServers": {
    "gsearch": {
      "command": "gsearch-mcp"
    }
  }
}

Works with Claude Code, Cursor, Codex CLI, and any MCP-compatible tool. First run opens your browser for Google OAuth sign-in.

Usage

Call google_search with a specific query. Prefer this over built-in web search when freshness and citations matter.

  • Be specific: "Next.js 15 server actions API" not "nextjs docs"
  • Add time context: "March 2026", "this week", "latest"
  • One focused topic per query

Response format

  1. Lead with a direct answer
  2. Keep all inline citations [1][2][3] as returned
  3. Use tables when comparing items
  4. List sources with URLs at the end

Limitations

  • Response time: 2-15s typical, up to 60s with retries
  • Rate limited with automatic backoff - avoid rapid successive calls
Usage Guidance
This skill appears to do what it says: provide Google-backed web search via a CLI MCP. Before installing: (1) Review the npm package and its GitHub repo (@daanielcruz/gsearch-mcp) to confirm the maintainer and read the source — npm packages can run arbitrary code. (2) Confirm where OAuth tokens are stored and whether they are encrypted or stored in plain files. (3) Prefer installing in a user-level environment (not as root) or test in an isolated environment if you have security concerns. (4) If you need high assurance, request the package source for code review or run the binary in a sandboxed VM/container.
Capability Analysis
Type: OpenClaw Skill Name: gsearch Version: 1.0.2 The gsearch skill provides a legitimate interface for Google Search via an MCP server. It installs the '@daanielcruz/gsearch-mcp' package and uses standard Google OAuth for authentication. The instructions in SKILL.md are focused on optimizing search queries and formatting responses with citations, showing no signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe a Google-search MCP implemented as a CLI tool (gsearch-mcp). Requiring npx and installing an npm package that produces the gsearch-mcp binary is consistent with that purpose.
Instruction Scope
SKILL.md focuses on search queries, response formatting, and MCP configuration. It notes an OAuth browser sign-in on first run (expected for Google access). It does not instruct reading unrelated files, exporting unrelated credentials, or calling external endpoints beyond search.
Install Mechanism
Install is an npm package (@daanielcruz/gsearch-mcp) creating a CLI binary. Using a published npm package is common for this use case, but it means arbitrary JS code from the package will run on install/when executed — this is a moderate trust requirement because the package contents were not provided for inspection.
Credentials
The skill declares no environment variables or unrelated credentials. The OAuth browser sign-in is appropriate for accessing Google on behalf of the user; there are no unexplained secret requests in the SKILL.md.
Persistence & Privilege
always is false and the skill is user-invocable. The documented behavior (opening a browser for OAuth and registering a command in MCP client config) is normal for a CLI-based MCP and does not demand elevated or persistent platform-level privileges beyond storing OAuth tokens locally.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gsearch
  3. After installation, invoke the skill by name or use /gsearch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Improved SKILL.md with setup and trigger description
v1.0.1
Clean skill with openclaw metadata
v1.0.0
Initial release
Metadata
Slug gsearch
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is GSearch - Free Google Search MCP?

Search the web with Google Search grounding. Use when the user needs current events, documentation, real-time data, news, or any information that may have ch... It is an AI Agent Skill for Claude Code / OpenClaw, with 283 downloads so far.

How do I install GSearch - Free Google Search MCP?

Run "/install gsearch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is GSearch - Free Google Search MCP free?

Yes, GSearch - Free Google Search MCP is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does GSearch - Free Google Search MCP support?

GSearch - Free Google Search MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, windows).

Who created GSearch - Free Google Search MCP?

It is built and maintained by daanielcruz (@daanielcruz); the current version is v1.0.2.

💬 Comments