mcpbeat Sign in

Upwork MCP Server

local only

Upwork runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from pypi.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 16 · avg 7 · -17% w/w
a month agotoday
48
Installs / week
pypi · upwork-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add upwork -- uvx upwork-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "upwork": {
      "args": [
        "upwork-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.upwork]
command = "uvx"
args = ["upwork-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "upwork": {
      "args": [
        "upwork-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "upwork": {
      "args": [
        "upwork-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UPWORK_CLIENT_ID (Upwork API client ID from developer portal), UPWORK_CLIENT_SECRET (Upwork API client secret), UPWORK_REDIRECT_URI (OAuth redirect URI (default: https://localhost)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Upwork

same job, measured the same way
idamesh
by jordanro2

MCP server for IDA Pro: decompiler, disassembler, and analysis tools for MCP clients.

54 installs/wk local only
Code Assistant
by j0hanz

Gemini-powered MCP server for code analysis.

31 installs/wk local only
Aruba Central MCP
by shigechika

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

323 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
MCP Abap Adt
by fr0ster

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

615 installs/wk local only
Webcomponents MCP Server
by ui5

MCP server for UI5 Web Components development assistance

192 installs/wk local only
I
Omnistream MCP
by soccervortex

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

44 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only

Upwork — questions

Answers built from our own checks of this server.

Why is there no uptime for Upwork?
Upwork runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package upwork-mcp was installed 48 times last week.
Is Upwork still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Upwork?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls upwork-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Upwork?
The pypi package upwork-mcp was installed 48 times in the last week. Week over week that is -17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.