Skip to content
Grok

rq scan for Grok

io.github.recerqa/rq-scan

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

client:Grok transport:stdio runtime:npm

Install rq scan in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "rq-scan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rq-scan-mcp"
      ],
      "env": {
        "RQSCAN_API_KEY": "<RQSCAN_API_KEY>",
        "RQSCAN_ORGANIZATION_ID": "<RQSCAN_ORGANIZATION_ID>",
        "RQSCAN_API_URL": "<RQSCAN_API_URL>",
        "RQSCAN_WORKSPACE_ID": "<RQSCAN_WORKSPACE_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

rq scan in other clients