Skip to content
Grok

workopia for Grok

io.github.shuangshuang007/workopia

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

client:Grok transport:stdio runtime:npm

Install workopia in Grok

.mcp.json (in your project root)

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

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

workopia in other clients