Valueserp Mcp - Affordable Google Searches
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Valueserp Mcp - Affordable Google SearchesCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

