UNPKG

@chinchillaenterprises/mcp-upwork

Version:

Modular Upwork MCP server for job search and proposal management via Upwork API

14 lines 324 B
{ "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" } } } }