MCP server for Google search results via SERP API
Connect MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Google search results via SERP API. The mcp mcp server is what makes that connection.
Perform Google searches and get structured results directly from Claude, VS Code, or any MCP-compatible client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
serp_google_search — Flexible Google search with all optionsserp_google_images — Search for imagesserp_google_news — Search for news articlesserp_google_videos — Search for videosserp_google_places — Search for local places/businessesserp_google_maps — Search for map locationsserp_list_search_types — List available search typesserp_list_countries — List country codes for localizationserp_list_languages — List language codes for localizationserp_list_time_ranges — List time range filter optionsserp_get_usage_guide — Get comprehensive usage guideCline — The Cline tool exposed by this serverConfiguration is passed through the environment: ACEDATACLOUD_API_TOKEN, YOUR_API_TOKEN, ACEDATACLOUD_API_BASE_URL, ACEDATACLOUD_OAUTH_CLIENT_ID, ACEDATACLOUD_PLATFORM_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of search and retrieval servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP's toolset — serp_google_search, serp_google_images, serp_google_news and 9 more — is a fair guide to whether it matches your workflow. It is maintained by AceDataCloud; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| serp_google_search | Flexible Google search with all options |
| serp_google_images | Search for images |
| serp_google_news | Search for news articles |
| serp_google_videos | Search for videos |
| serp_google_places | Search for local places/businesses |
| serp_google_maps | Search for map locations |
| serp_list_search_types | List available search types |
| serp_list_countries | List country codes for localization |
| serp_list_languages | List language codes for localization |
| serp_list_time_ranges | List time range filter options |
| serp_get_usage_guide | Get comprehensive usage guide |
| Cline | The Cline tool exposed by this server. |
{
"mcpServers": {
"serp": {
"type": "streamable-http",
"url": "https://serp.mcp.acedata.cloud/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ACEDATACLOUD_API_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_API_TOKEN | Credential the server authenticates with. | Yes |
| ACEDATACLOUD_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| ACEDATACLOUD_OAUTH_CLIENT_ID | Configuration value read at startup. | Optional |
| ACEDATACLOUD_PLATFORM_BASE_URL | Endpoint or connection string the server talks to. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.