Back to Browse

Kwork MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

This is a well-structured MCP server for the Kwork freelance marketplace with proper authentication, input validation, and error handling. The code demonstrates good security practices with rate limiting, session management, and tool annotations. Minor code quality issues around broad exception handling and some verbose formatting logic do not significantly impact security. Permissions align appropriately with the server's purpose of API interaction. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.

6 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

What You'll Need

Set these up before or after installing:

Kwork login (required unless KWORK_TOKEN is set)Optional

Environment variable: KWORK_LOGIN

Kwork password (required unless KWORK_TOKEN is set)Required

Environment variable: KWORK_PASSWORD

Auth token, skips login (alternative to KWORK_LOGIN + KWORK_PASSWORD)Required

Environment variable: KWORK_TOKEN

Last 4 digits of phone for 2FAOptional

Environment variable: KWORK_PHONE_LAST

Proxy URL (HTTP / SOCKS4 / SOCKS5)Optional

Environment variable: KWORK_PROXY_URL

Request timeout in secondsOptional

Environment variable: KWORK_TIMEOUT

Requests per second limitOptional

Environment variable: KWORK_RPS_LIMIT

Burst limit for the rate limiterOptional

Environment variable: KWORK_BURST_LIMIT

Token persistence pathOptional

Environment variable: KWORK_TOKEN_FILE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-simonether-kwork-mcp": {
      "env": {
        "KWORK_LOGIN": "your-kwork-login-here",
        "KWORK_TOKEN": "your-kwork-token-here",
        "KWORK_TIMEOUT": "your-kwork-timeout-here",
        "KWORK_PASSWORD": "your-kwork-password-here",
        "KWORK_PROXY_URL": "your-kwork-proxy-url-here",
        "KWORK_RPS_LIMIT": "your-kwork-rps-limit-here",
        "KWORK_PHONE_LAST": "your-kwork-phone-last-here",
        "KWORK_TOKEN_FILE": "your-kwork-token-file-here",
        "KWORK_BURST_LIMIT": "your-kwork-burst-limit-here"
      },
      "args": [
        "kwork-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!