Skip to content
Grok

otp ojp for Grok

io.github.testinat0r/otp-ojp

Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)

client:Grok transport:stdio runtime:npm

Install otp ojp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "otp-ojp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@opentalentprotocol/mcp-server"
      ]
    }
  }
}

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

otp ojp in other clients