mcpbeat Sign in

Workix MCP Server

local only

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

Remote jobs, freelance gigs, vacancies. 24 boards: Upwork, Freelancer, RemoteOK, hh.ru, Kwork.

Installs per day peak 32 · avg 20 · +76% w/w
a month agotoday
134
Installs / week
npm · @workix/mcp
13
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 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.

Runs an external command mcp/src/adapters/jobspy.ts:131
      child = spawn(bin, ["-c", script], { stdio: ["ignore", "pipe", "pipe"] });
Page executes code built at runtime views/app.html:1331, views/workix.legacy.html:1353
                        stars: function (el, item, index, full) { el.innerHTML = crz; }

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

This one needs environment variables set before it will start: WORKIX_API (Workix hub API base URL (default https://workix.co)), WORKIX_AGENT_KEY (Agent key for hub write actions (optional for public search)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Workix

same job, measured the same way
Remoteok
by pipeworx-io

RemoteOK MCP — remote-work job board (tech-heavy), keyless.

34 tools answering
Remote Jobs
by remotejobscenter

Search current remote / work-from-home jobs by category, region, perk, or company.

5 tools answering
RemoShift Remote Jobs
by remoshift

Search live remote jobs worldwide. Job search, remote salary bands, work-from-anywhere eligibility.

5 tools answering
Remotive
by pipeworx-io

Remotive MCP — curated remote-only job board

34 tools answering
Hh MCP
by theyahia

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

111 installs/wk local only
Career Rift
by careerrift

Manage job applications — jobs, companies, boards, notes, and profile — from your AI client.

answering
FTP SSH MCP
by chris221

Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.

76 installs/wk local only
Kelvia
by gonnagetapower

Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

37 installs/wk answering

Workix — questions

Answers built from our own checks of this server.

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