Skip to content
Cursor

workopia for Cursor

io.github.shuangshuang007/workopia

Workopia - free MCP for global job search, PDF resume builder, and AI career advice.

client:Cursor transport:stdio runtime:npm

Install workopia in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "workopia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@shuang_workopia/workopia-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

workopia in other clients