mcpbeat Sign in

Kwork MCP Server

by simonether Your server? Claim it
local only

Kwork runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from pypi. Last commit 28 Jul 2026.

Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients

Installs per day peak 70 · avg 22 · -30% w/w
a month agotoday
130
Installs / week
pypi · kwork-mcp
3
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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 [пакет] src/kwork_mcp/rate_limiter.py:1, [пакет] src/kwork_mcp/utils.py:1, [пакет] src/kwork_mcp/tools/categories.py:1 и ещё 7
этот файл ставится пользователю, но в репозитории его нет

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

This one needs environment variables set before it will start: KWORK_LOGIN (Kwork login (required unless KWORK_TOKEN is set)), KWORK_PASSWORD (Kwork password (required unless KWORK_TOKEN is set)), KWORK_TOKEN (Auth token, skips login (alternative to KWORK_LOGIN + KWORK_PASSWORD)), KWORK_PHONE_LAST (Last 4 digits of phone for 2FA), KWORK_PROXY_URL (Proxy URL (HTTP / SOCKS4 / SOCKS5)), KWORK_TIMEOUT (Request timeout in seconds), KWORK_RPS_LIMIT (Requests per second limit), KWORK_BURST_LIMIT (Burst limit for the rate limiter), KWORK_TOKEN_FILE (Token persistence path). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Kwork

same job, measured the same way
EZ@Work
by eranfinish

Manage clients, projects, time, and invoices in EZ@Work — business management for freelancers.

answering
MeetMyAgent
by studiomeyer

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

32 installs/wk answering
Marketplace
by vdappdev2

MCP server for Verus on-chain marketplace — create, browse, accept, and close offers

25 installs/wk local only
Teno Store
by zoubirabde9a

Shop Algeria's marketplace or manage seller products, orders, and storefronts securely.

answering
Freelancer MCP Server
by godesigntech

Search, bid, and message clients on Freelancer.com from Claude. Multi-account support.

44 installs/wk local only
The402ai
by the402ai

AI agent service marketplace — browse, purchase, and manage services via x402/USDC

50 installs/wk local only
MCP Mercado Libre
by codespar

Mercado Libre — LATAM marketplace, product search, orders, sellers, shipments

20 installs/wk local only
Koongo
by koongo

Koongo product-feed & marketplace tools: manage feeds, listings & orders from your AI assistant.

answering

Kwork — questions

Answers built from our own checks of this server.

Why is there no uptime for Kwork?
Kwork 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 pypi package kwork-mcp was installed 130 times last week.
How do I connect Kwork?
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 kwork-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Kwork?
The pypi package kwork-mcp was installed 130 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kwork open source?
Yes — it is published under the MIT licence, written in Python and 3 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.