Valueserp Mcp - Affordable Google Searches

by Incorporo

251 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that provides access to ValueSerp's Google Search API, enabling Claude to perform Google searches, news searches, image searches, and video searches.

Details

Author
Incorporo
Downloads
251
Categories
Search, API

- Provides affordable Google search API access.
- Returns clean, structured data—no HTML parsing needed.
- Solves Claude’s knowledge cutoff by fetching current results.
- No web scraping required; operates via direct API calls.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Valueserp Mcp - Affordable Google Searches
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "valueserp mcp  - affordable google searches": {
            "valueserp": {
                "command": "node",
                "args": [
                    "/path/to/valueserp-mcp/dist/server.js"
                ],
                "env": {
                    "VALUESERP_API_KEY": "your_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "valueserp": {
        "command": "node",
        "args": [
            "/path/to/valueserp-mcp/dist/server.js"
        ],
        "env": {
            "VALUESERP_API_KEY": "your_api_key_here"
        }
    }
}

Let's cut to the chase. If you're using Claude for anything serious, you've hit the knowledge cutoff wall. The model's trainindag data stops at a certain date, and you're left explaining to clients why your AI assistant thinks it's still 2023 or whenever.

The ValueSerp MCP Server fixes this by giving Claude direct access to Google's search results. No web scraping, no HTML parsing nightmares—just clean API calls that return structured data.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.