Skip to content
VS Code

parserail mcp for VS Code

tech.thecompound/parserail-mcp

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

client:VS Code transport:stdio runtime:npm

Install parserail mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "parserail-api-key",
      "description": "PARSERAIL_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "parserail-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "parserail-mcp"
      ],
      "env": {
        "PARSERAIL_API_KEY": "${input:parserail-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

parserail mcp in other clients