ParseRelay for Cursor
io.github.parserelay/mcp
Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan.
client:Cursor
transport:stdio
runtime:npm
Install ParseRelay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@parserelay/mcp"
],
"env": {
"PARSERELAY_API_KEY": "<PARSERELAY_API_KEY>",
"PARSERELAY_BASE_URL": "<PARSERELAY_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs