upwork-mcp-server

piyushkundnani-pk/upwork-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Personal MCP (Model Context Protocol) server for internal use only, connecting Upwork to Claude AI assistant on my local machine. Used for searching job postings, viewing and optimizing my freelancer profile, reading proposals and contracts, and messaging. Not publicly distributed, no commercial use.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "upwork-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "piyushkundnani-pk/upwork-mcp-server"
      ]
    }
  }
}