mcpbeat Sign in

Serpjet MCP Server

local only

Serpjet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 10 Jul 2026.

Google SERP API for AI agents. 10 result types incl. shopping. 1,000 free searches/month.

Installs per day peak 236 · avg 13 · -25% w/w
a month agotoday
31
Installs / week
npm · serpjet-mcp
0
Stars
0 open issues
10 Jul 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Serpjet MCP 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 serpjet-mcp -- npx -y serpjet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "serpjet-mcp": {
      "args": [
        "-y",
        "serpjet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.serpjet-mcp]
command = "npx"
args = ["-y", "serpjet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "serpjet-mcp": {
      "args": [
        "-y",
        "serpjet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "serpjet-mcp": {
      "args": [
        "-y",
        "serpjet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SERPJET_API_KEY (API key from https://serpjet.io/signup (free tier: 1,000 searches/month)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Serpjet MCP

same job, measured the same way
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Googlesearch API
by jojapi

GoogleSearch API: Fetch real-time Google Search results including title, links Ideal for serp api.

1 tools answering
Google Image Search
by jojapi

Google Image Search: Fast and Simple Google Images Search API. You can get 100+ search results in.

2 tools answering
Google Trends MCP
by trendsmcp

Google Trends: Search, Images, News, Shopping over time, growth metrics. Free key at trendsmcp.ai

4 tools answering
Litescrape
by litescrape

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

74 installs/wk 9 tools answering
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
MCP Gemini
by crunchtools

MCP server for Google Gemini AI - text, image, video, research, and more

63 installs/wk local only
Cortexpad
by cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

answering

Serpjet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Serpjet MCP?
Serpjet MCP 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 serpjet-mcp was installed 31 times last week.
How do I connect Serpjet MCP?
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 serpjet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Serpjet MCP?
The npm package serpjet-mcp was installed 31 times in the last week. Week over week that is -25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Serpjet MCP open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.