Kwork for Grok
io.github.simonether/kwork-mcp
Kwork freelance marketplace: browse projects, submit offers, manage orders, message clients
client:Grok
transport:stdio
runtime:pypi
Install Kwork in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"kwork-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kwork-mcp"
],
"env": {
"KWORK_LOGIN": "<KWORK_LOGIN>",
"KWORK_PASSWORD": "<KWORK_PASSWORD>",
"KWORK_TOKEN": "<KWORK_TOKEN>",
"KWORK_PHONE_LAST": "<KWORK_PHONE_LAST>",
"KWORK_PROXY_URL": "<KWORK_PROXY_URL>",
"KWORK_TIMEOUT": "<KWORK_TIMEOUT>",
"KWORK_RPS_LIMIT": "<KWORK_RPS_LIMIT>",
"KWORK_BURST_LIMIT": "<KWORK_BURST_LIMIT>",
"KWORK_TOKEN_FILE": "<KWORK_TOKEN_FILE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs