SearchAPI.site - MCP Server
About
TypeScript Model Context Protocol (MCP) server boilerplate providing search API tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources (Google, Bing, etc.) via SearchAPI.site
Details
- Author
- mrgoonie
- GitHub stars
- 14
- Downloads
- 227
- Categories
- Developer Tools
Jump to
- Connects AI assistants to Google and Bing search
- Supports Google Web, Image, and YouTube search
- Supports Bing Web search (more platforms planned)
- Offers both stdio and Streamable HTTP transports
- Built with TypeScript for type safety and maintainability
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
SearchAPI.site - MCP ServerCommand (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
Use the CLI directly (e.g., npm run dev:cli -- search-google --query "..." --api-key "...") or configure the MCP client to use the server via stdio or Streamable HTTP transport, providing an API key from SearchAPI.site.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"searchapi.site - mcp server": {
"searchapi-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"src/evals/evals.ts",
"src/tools/searchapi.tool.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
}
}
McpServers
{
"searchapi-mcp-server": {
"command": "npx",
"args": [
"mcp-eval",
"src/evals/evals.ts",
"src/tools/searchapi.tool.ts"
],
"env": {
"OPENAI_API_KEY": "your-key"
}
}
}
SearchAPI.site - MCP Server
This project provides a Model Context Protocol (MCP) server that connects AI assistants to external data sources (Google, Bing, etc.) via SearchAPI.site.
Author: Claude
<a href="https://glama.ai/mcp/servers/@mrgoonie/searchapi-mcp-server">
</a>
Available platforms
- [x] Google - Web Search - [x] Google - Image Search - [x] Google - YouTube Search - [ ] Google - Maps Search - [x] Bing - Web Search - [ ] Bing - Image Search - [ ] Reddit - [ ] X/Twitter - [ ] Facebook Search - [ ] Facebook Group Search - [ ] Instagram - [ ] TikTokSearchAPI.site
- Website
- API Docs
- Swagger UI Config
- Create Search API key here
- GitHub
Supported Transports
- [x] "stdio" transport - Default transport for CLI usage
- [x] "Streamable HTTP" transport - For web-based clients
- [ ] Implement auth ("Authorization" headers with Bearer <token>)
- [x] ~~"sse" transport~~ (Deprecated)
- [ ] Write tests
How to use
CLI
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





