Google Search, Shopping, Jobs, and YouTube tools backed by SearchApi.io
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server exposing SearchApi.io as four tools: Google Search, Google Shopping, Google Jobs, and YouTube Search. Results come back as compact structured text built for an LLM context β direct answers first, no raw JSON.
Community project β not affiliated with or endorsed by SearchApi.io. "SearchApi" is a trademark of its respective owner.
Get an API key at searchapi.io, then add the server to claude_desktop_config.json (%AppData%\Claude\ on Windows, ~/Library/Application Support/Claude/ on macOS):
Restart Claude Desktop. The four tools appear under the "searchapi" server.
q (required), num (1β20, default 10), gl (country code, e.g. sa), hl (language code, e.g. ar).
Direct-answer features (answer box, knowledge graph, AI overview) are placed before the organic results whenever Google returns them:
q (required), gl (country code), include_links (boolean, default false).
q (required), location (e.g. "Riyadh, Saudi Arabia").
q (required).
isError: true, so clients and models can distinguish a failed call from search content. "No results" is deliberately not an error β an empty search succeeded, and the message tells the model to change keywords instead of retrying.include_links on google_shopping is off by default because Google Shopping product links are ~500-character tracking URLs pointing back at Google, not at the merchant; the seller name is shown instead. Set include_links: true if you need them.showing 10 of N when truncated); job descriptions are stripped of HTML and cut at 250 characters.src/index.ts registers the tools and talks to SearchApi; src/format.ts holds the pure response-to-text formatters, unit-tested in src/format.test.ts (npm test).MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/searchapi-mcp-server)<a href="https://allmcps.com/mcp/searchapi-mcp-server"><img src="https://allmcps.com/api/badge/searchapi-mcp-server?style=directory" alt="Searchapi MCP Server on AllMCPs" /></a>