otp ojp for Cursor
io.github.testinat0r/otp-ojp
Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)
client:Cursor
transport:stdio
runtime:npm
Install otp ojp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"otp-ojp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs