← Back to browse

upwork

Indexed by io.github.wmarceau

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUPWORK_CLIENT_ID UPWORK_CLIENT_SECRET UPWORK_REDIRECT_URI
Claude Code
claude mcp add --env UPWORK_CLIENT_ID= --env UPWORK_CLIENT_SECRET= --env UPWORK_REDIRECT_URI= upwork -- uvx upwork-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"upwork","command":"uvx","args":["upwork-mcp"],"env":{"UPWORK_CLIENT_ID":"","UPWORK_CLIENT_SECRET":"","UPWORK_REDIRECT_URI":""}}'
JSON
{
  "mcpServers": {
    "upwork": {
      "command": "uvx",
      "args": [
        "upwork-mcp"
      ],
      "env": {
        "UPWORK_CLIENT_ID": "",
        "UPWORK_CLIENT_SECRET": "",
        "UPWORK_REDIRECT_URI": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.