UNPKG
@chinchillaenterprises/mcp-upwork
Version:
latest (2.8.0)
staging (2.6.0)
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
Modular Upwork MCP server for job search and proposal management via Upwork API
@chinchillaenterprises/mcp-upwork
/
.mcp.json
14 lines
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"mcpServers"
:
{
"upwork"
:
{
"type"
:
"stdio"
,
"command"
:
"node"
,
"args"
:
[
"dist/index.js"
]
,
"env"
:
{
"UPWORK_API_KEY"
:
"08bc25d8cc98e98f854c2daebc47fcc7"
,
"UPWORK_API_SECRET"
:
"d96b325c3e47ba15"
,
"UPWORK_ACCESS_TOKEN"
:
"your_oauth_access_token_here"
}
}
}
}