Skip to content
Grok

Workix for Grok

co.workix/mcp

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

client:Grok transport:stdio runtime:npm

Install Workix in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Workix in other clients