Skip to content
Cline

ParseRelay for Cline

io.github.parserelay/mcp

Parse a document into structured, confidence-scored fields. Bring your own model, pay per scan.

client:Cline transport:stdio runtime:npm

Install ParseRelay in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@parserelay/mcp"
      ],
      "env": {
        "PARSERELAY_API_KEY": "<PARSERELAY_API_KEY>",
        "PARSERELAY_BASE_URL": "<PARSERELAY_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ParseRelay in other clients