MCP Server
MCP
io.github.wmarceau/upwork
MCP server for Upwork job discovery, client analysis, and proposal assistance
Install
uvx upwork-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "upwork-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Upwork API client ID from developer portal",
"name": "UPWORK_CLIENT_ID"
},
{
"description": "Upwork API client secret",
"name": "UPWORK_CLIENT_SECRET"
},
{
"description": "OAuth redirect URI (default: https://localhost)",
"name": "UPWORK_REDIRECT_URI"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment