mcpbeat Sign in

Workopia MCP Server

by shuangshuang007 Your server? Claim it
local only

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

Workopia - free MCP for global job search, PDF resume builder, and AI career advice.

Installs per day peak 11 · avg 4 · +6% w/w
a month agotoday
15
Installs / week
npm · @shuang_workopia/workopia-mcp
316
Stars
1 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
Package points at a different repository workopia/workopia-mcp
пакет @shuang_workopia/workopia-mcp ссылается на shuangshuang007/heraai_one_forever
Runs an external command bin/run.js:9
const child = spawn(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 workopia -- npx -y @shuang_workopia/workopia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "workopia": {
      "args": [
        "-y",
        "@shuang_workopia/workopia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.workopia]
command = "npx"
args = ["-y", "@shuang_workopia/workopia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "workopia": {
      "args": [
        "-y",
        "@shuang_workopia/workopia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "workopia": {
      "args": [
        "-y",
        "@shuang_workopia/workopia-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Workopia

same job, measured the same way
Groupdocs Watermark MCP
by groupdocs-watermark

MCP server for GroupDocs.Watermark — add and search document watermarks via AI agents.

local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Caelune
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
Groupdocs Signature MCP
by groupdocs-signature

MCP server for GroupDocs.Signature — sign, search and verify document signatures via AI agents.

local only
Groupdocs Metadata MCP
by groupdocs-metadata

MCP server for GroupDocs.Metadata — read, search, write, and remove document metadata.

local only
Career
by theluckystrike

Tailor a career resume and cover letter as real Word docx files from stored facts.

local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
OmniClip RAG
by msjsc001

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only

Workopia — questions

Answers built from our own checks of this server.

Why is there no uptime for Workopia?
Workopia 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 @shuang_workopia/workopia-mcp was installed 15 times last week.
How do I connect Workopia?
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 @shuang_workopia/workopia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Workopia?
The npm package @shuang_workopia/workopia-mcp was installed 15 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Workopia open source?
Yes — it is published under the MIT licence, written in JavaScript, 316 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.