ParseRelay for Claude Desktop
io.github.parserelay/mcp
Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan.
client:Claude Desktop
transport:stdio
runtime:npm
Install ParseRelay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@parserelay/mcp"
],
"env": {
"PARSERELAY_API_KEY": "<PARSERELAY_API_KEY>",
"PARSERELAY_BASE_URL": "<PARSERELAY_BASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs