Skip to content
Cursor

Workix for Cursor

co.workix/mcp

Remote jobs, freelance gigs, vacancies. 24 boards: Upwork, Freelancer, RemoteOK, hh.ru, Kwork.

client:Cursor transport:stdio runtime:npm

Install Workix in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@workix/mcp"
      ],
      "env": {
        "WORKIX_API": "<WORKIX_API>",
        "WORKIX_AGENT_KEY": "<WORKIX_AGENT_KEY>"
      }
    }
  }
}

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

Workix in other clients