Skip to content
Cursor

parserail mcp for Cursor

tech.thecompound/parserail-mcp

Documents to schema-valid JSON plus 38 more finished-job AI tools, on one credit wallet.

client:Cursor transport:stdio runtime:npm

Install parserail mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "parserail-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "parserail-mcp"
      ],
      "env": {
        "PARSERAIL_API_KEY": "<PARSERAIL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

parserail mcp in other clients