Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-simonether-kwork-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
Electronic component sourcing, BOM management, and PCB design workflows.
MCP Security Weekly
Get CVE alerts and security updates for io.github.simonether/kwork-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server that exposes 28 tools for the Kwork freelance marketplace — browse projects, submit offers, manage orders, send messages, and more.
Built with FastMCP 3.x and pykwork.
When using uv no specific installation is needed. We will use uvx to directly run kwork-mcp.
Alternatively, install via pip:
pip install kwork-mcp
Or from source:
git clone https://github.com/simonether/kwork-mcp.git
cd kwork-mcp
uv sync
| Variable | Required | Default | Description |
|---|---|---|---|
KWORK_LOGIN | yes* | — | Kwork login |
KWORK_PASSWORD | yes* | — | Kwork password |
KWORK_TOKEN | yes* | — | Auth token (skips login) |
KWORK_PHONE_LAST | no | — | Last 4 digits of phone (2FA) |
KWORK_PROXY_URL | no | — | Proxy (HTTP / SOCKS4 / SOCKS5) |
KWORK_TIMEOUT | no | 30 | Request timeout in seconds |
KWORK_RPS_LIMIT | no | 2 | Requests per second |
KWORK_BURST_LIMIT | no | 5 | Burst limit |
KWORK_TOKEN_FILE | no | ~/.kwork_token | Token persistence path |
*Either KWORK_TOKEN or both KWORK_LOGIN + KWORK_PASSWORD.
Auth priority: KWORK_TOKEN env → saved token file → fresh login.
Proxy URL formats:
KWORK_PROXY_URL=http://proxy.example.com:8080
KWORK_PROXY_URL=socks5://proxy.example.com:1080
KWORK_PROXY_URL=socks5://user:password@proxy.example.com:1080
Add to claude_desktop_config.json:
{
"mcpServers": {
"kwork": {
"command": "uvx",
"args": ["kwork-mcp"],
"env": {
"KWORK_LOGIN": "your_login",
"KWORK_PASSWORD": "your_password"
}
}
}
}
claude mcp add kwork -e KWORK_LOGIN=your_login -e KWORK_PASSWORD=your_password -- uvx kwork-mcp
Add to .vscode/mcp.json:
{
"mcp": {
"servers": {
"kwork": {
"command": "uvx",
"args": ["kwork-mcp"],
"env": {
"KWORK_LOGIN": "your_login",
"KWORK_PASSWORD": "your_password"
}
}
}
}
}
uvx kwork-mcp
| Tool | Description |
|---|---|
get_me | Current user profile, rating, balance |
get_connects | Connect count for exchange offers |
get_user_info | Public user info by ID |
search_users | Search users by name o |