Skip to content
Zed

upwork for Zed

io.github.wmarceau/upwork

MCP server for Upwork job discovery, client analysis, and proposal assistance

client:Zed transport:stdio runtime:pypi

Install upwork in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "upwork": {
      "command": "uvx",
      "args": [
        "upwork-mcp"
      ],
      "env": {
        "UPWORK_CLIENT_ID": "<UPWORK_CLIENT_ID>",
        "UPWORK_CLIENT_SECRET": "<UPWORK_CLIENT_SECRET>",
        "UPWORK_REDIRECT_URI": "<UPWORK_REDIRECT_URI>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

upwork in other clients