mcpbeat Sign in

Superjob MCP Server

local only

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

MCP server for SuperJob.ru API — vacancy search, employers. Requires API key.

Installs per day peak 16 · avg 5 · +150% w/w
a month agotoday
48
Installs / week
npm · @theyahia/superjob-mcp
0
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: SUPERJOB_API_KEY (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Superjob MCP

same job, measured the same way
Hh MCP
by theyahia

MCP server for hh.ru jobs API — vacancy search, salary stats, employers, regions. Public endpoints,

111 installs/wk local only
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only
Kylas CRM
by kylastech

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

69 installs/wk local only
Kylas CRM
by akshaykylas94

MCP server for Kylas CRM: create, search, and manage leads. Requires KYLAS_API_KEY.

58 installs/wk local only
Research Mcp
by varvararatta

MCP server for Research

answering
MCP Serp
by acedatacloud

MCP server for Google search results via SERP API

756 installs/wk answering
Obsidian MCP Server
by tylern91

Filesystem-based MCP server for Obsidian vaults — read, search, and edit notes, no app required.

local only
KeyCloak MCP
by shigechika

MCP server for KeyCloak Admin REST API via Service Account

332 installs/wk local only

Superjob MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Superjob MCP?
Superjob 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 @theyahia/superjob-mcp was installed 48 times last week.
How do I connect Superjob 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 @theyahia/superjob-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Superjob MCP?
The npm package @theyahia/superjob-mcp was installed 48 times in the last week. Week over week that is +150%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Superjob MCP 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.