Kwork MCP Server

kwork-mcp 1.0 - production-grade stdio MCP-шлюз к Kwork для работы из Codex. Он даёт типизированные read-результаты, проверяет фактический аккаунт, координирует лимиты между процессами и проводит все записи через durable prepare → commit → reconcile.

People who work with freelance and kwork and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 3 · #69 OF 105 MAINTAINED COMMUNICATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Kwork

before you install - you'll need

Set KWORK_EXPECTED_USER_ID, KWORK_PERSIST_TOKEN, KWORK_ENABLE_WRITES before connecting.

Claude Code

claude mcp add simonether-kwork-mcp -- uvx kwork-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "simonether-kwork-mcp": {
      "command": "uvx",
      "args": [
        "kwork-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package kwork-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.simonether is GitHub-verified and matches the repo owner

03 · What Kwork can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.3 · 2026-07-09

v0.2.2 · 2026-04-04

v0.2.0 · 2026-03-18

04 · Who maintains Kwork

Kwork is maintained by simonether. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
communication - ranked #69 of 105 actively-maintained communication servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-07-09)
registry
io.github.simonether/kwork-mcp (active, first published 2026-07-09)
packages
pypi:kwork-mcp

06 · Kwork FAQ

What is Kwork?

kwork-mcp 1.0 - production-grade stdio MCP-шлюз к Kwork для работы из Codex. Он даёт типизированные read-результаты, проверяет фактический аккаунт, координирует лимиты между процессами и проводит все записи через durable prepare → commit → reconcile.

Is Kwork still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-28 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Kwork?

Run `uvx kwork-mcp`. The README documents 3 environment variables (KWORK_EXPECTED_USER_ID, KWORK_PERSIST_TOKEN, KWORK_ENABLE_WRITES) to set first. Set KWORK_EXPECTED_USER_ID, KWORK_PERSIST_TOKEN, KWORK_ENABLE_WRITES before connecting. You can also paste the ready-made client config above.

Does Kwork run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Kwork

More communication MCP servers · Microsoft Teams · Mistral MCP · Synapbus · Teamwork MCP Server · Squad

More Python MCP servers · Seek Link · Fleet MCP · Lightning Memory · Bernstein (sipyourdrink-ltd) · UniFi Access MCP · see all