Files
Cursor Agent 38b85a89c3 Add Upwork third-party MCP plugin
Upwork ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:23 +00:00

9 lines
112 B
JSON

{
"mcpServers": {
"upwork": {
"type": "http",
"url": "https://mcp.upwork.com/mcp"
}
}
}