mcpbeat Sign in

Searchapi MCP Server

local only

Searchapi MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm. Last commit 6 Sep 2026.

Google Search, Shopping, Jobs, and YouTube tools backed by SearchApi.io

Installs per day peak 360 · avg 17 · -77% w/w
a month agotoday
84
Installs / week
npm · @ahmednsh/searchapi-mcp-server
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Searchapi MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add searchapi-mcp-server -- npx -y @ahmednsh/searchapi-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "searchapi-mcp-server": {
      "args": [
        "-y",
        "@ahmednsh/searchapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.searchapi-mcp-server]
command = "npx"
args = ["-y", "@ahmednsh/searchapi-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "searchapi-mcp-server": {
      "args": [
        "-y",
        "@ahmednsh/searchapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "searchapi-mcp-server": {
      "args": [
        "-y",
        "@ahmednsh/searchapi-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEARCHAPI_API_KEY (SearchApi.io API key (create one at https://www.searchapi.io/)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Searchapi MCP Server

same job, measured the same way
Scrapio MCP
by xsronhou

Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.

87 installs/wk local only
Web Data Toolkit
by leekung125

Search YouTube or a channel for transcripts, Google Trends, and Google Play reviews.

4 tools answering
Scrapingdog
by darshan972

Scrapingdog web-scraping & SERP APIs: web scrape, Google, Amazon, LinkedIn, YouTube, and more.

40 installs/wk local only
AIsa SERP — Other Engines
by aisa

Search results outside Google: Bing, Yahoo, Baidu, Naver, Seznam and YouTube.

answering
Google Search Console
by getmcpads

Google Search Console: 20 read-only tools for Search Analytics, sitemaps and indexing.

79 installs/wk local only
Google Chat MCP
by mmedum

Google Chat as MCP tools: read, search and write to your spaces, direct messages and sidebar.

local only
Google Search Console
by b77

Search rankings, clicks, and indexing for your site — in chat.

answering
Google AI Search MCP
by shariqriazz

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

70 installs/wk local only

Searchapi MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Searchapi MCP Server?
Searchapi MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ahmednsh/searchapi-mcp-server was installed 84 times last week.
How do I connect Searchapi MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ahmednsh/searchapi-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Searchapi MCP Server?
The npm package @ahmednsh/searchapi-mcp-server was installed 84 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Searchapi MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.