SearchAPI.site - MCP Server

by mrgoonie

14 stars
227 downloads
Not rated
GitHub

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

- 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:

  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 SearchAPI.site - MCP Server
    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

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

- Glama
- Github
- NPM

<a href="https://glama.ai/mcp/servers/@mrgoonie/searchapi-mcp-server">
SearchAPI Server 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 - [ ] TikTok

SearchAPI.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

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.