Upwork
Rank #2,697io.github.wmarceau/upwork
MCP server providing upwork capabilities
Upwork is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #2,697 of 115,460 servers tracked on MCP Toplist, and its repository has 185 GitHub stars. Upwork is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 27, 2026 and most recently updated on Jan 27, 2026.
Ranks ahead of 112,763 of 115,460 servers on MCP Toplist.
Use Upwork
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add upwork -e "UPWORK_CLIENT_ID=<your UPWORK_CLIENT_ID>" -e "UPWORK_CLIENT_SECRET=<your UPWORK_CLIENT_SECRET>" -e "UPWORK_REDIRECT_URI=<your UPWORK_REDIRECT_URI>" -- uvx upwork-mcpReplace each placeholder with your own value before saving.
[mcp_servers.upwork]
command = "uvx"
args = ["upwork-mcp"]
[mcp_servers.upwork.env]
UPWORK_CLIENT_ID = "<your UPWORK_CLIENT_ID>"
UPWORK_CLIENT_SECRET = "<your UPWORK_CLIENT_SECRET>"
UPWORK_REDIRECT_URI = "<your UPWORK_REDIRECT_URI>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upwork": {
"command": "uvx",
"args": [
"upwork-mcp"
],
"env": {
"UPWORK_CLIENT_ID": "<your UPWORK_CLIENT_ID>",
"UPWORK_CLIENT_SECRET": "<your UPWORK_CLIENT_SECRET>",
"UPWORK_REDIRECT_URI": "<your UPWORK_REDIRECT_URI>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upwork": {
"command": "uvx",
"args": [
"upwork-mcp"
],
"env": {
"UPWORK_CLIENT_ID": "<your UPWORK_CLIENT_ID>",
"UPWORK_CLIENT_SECRET": "<your UPWORK_CLIENT_SECRET>",
"UPWORK_REDIRECT_URI": "<your UPWORK_REDIRECT_URI>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"upwork": {
"type": "stdio",
"command": "uvx",
"args": [
"upwork-mcp"
],
"env": {
"UPWORK_CLIENT_ID": "<your UPWORK_CLIENT_ID>",
"UPWORK_CLIENT_SECRET": "<your UPWORK_CLIENT_SECRET>",
"UPWORK_REDIRECT_URI": "<your UPWORK_REDIRECT_URI>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upwork": {
"command": "uvx",
"args": [
"upwork-mcp"
],
"env": {
"UPWORK_CLIENT_ID": "<your UPWORK_CLIENT_ID>",
"UPWORK_CLIENT_SECRET": "<your UPWORK_CLIENT_SECRET>",
"UPWORK_REDIRECT_URI": "<your UPWORK_REDIRECT_URI>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"upwork": {
"command": "uvx",
"args": [
"upwork-mcp"
],
"env": {
"UPWORK_CLIENT_ID": "<your UPWORK_CLIENT_ID>",
"UPWORK_CLIENT_SECRET": "<your UPWORK_CLIENT_SECRET>",
"UPWORK_REDIRECT_URI": "<your UPWORK_REDIRECT_URI>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Fupwork)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Fupwork"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Fupwork.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
- Fitness Influencer#25,123 · 4 vers
- Md To PDF MCP Server#32,663
- Rideshare Comparison MCP#56,863
- hvac-quotes#59,145
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Jan 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Upwork?
- Upwork is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Upwork listed on the Official MCP Registry?
- Yes — Upwork is listed on the Official MCP Registry.
- How many versions does Upwork have?
- MCP Toplist tracks 2 versions of Upwork, most recently published on Jan 27, 2026.
- Where can I find the source code for Upwork?
- The source code for Upwork is hosted at github.com/MarceauSolutions/upwork-mcp.