mcpbeat Sign in

Rq Scan MCP Server

local only

Rq Scan runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 25 · avg 6 · -3% w/w
a month agotoday
21
Installs / week
npm · rq-scan-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rq-scan -- npx -y rq-scan-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rq-scan": {
      "args": [
        "-y",
        "rq-scan-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rq-scan]
command = "npx"
args = ["-y", "rq-scan-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rq-scan": {
      "args": [
        "-y",
        "rq-scan-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rq-scan": {
      "args": [
        "-y",
        "rq-scan-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RQSCAN_API_KEY (Your RQ-SCAN API key for authentication), RQSCAN_ORGANIZATION_ID (Your RQ-SCAN organization ID), RQSCAN_API_URL (RQ-SCAN API URL (default: https://api.rq-scan.com)), RQSCAN_WORKSPACE_ID (Optional workspace ID for multi-workspace environments). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Rq Scan

same job, measured the same way
Techtenstein PDF
by sathvic-kollu

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

59 installs/wk local only
Nutrient DWS MCP Server
by pspdfkit

Nutrient Processor + Data Extraction MCP: convert, OCR, sign, redact, and extract PDFs/Office docs.

106 installs/wk local only
C
Docu-Scan MCP
by spocont

PDF and document extraction via Google Document AI. Free trial available.

answering
Nutrient Document Engine MCP Server
by pspdfkit

MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.

42 installs/wk local only
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

93 installs/wk local only
Pdfco
by mcparmory

Extract data, edit, convert, and parse PDF documents with OCR and AI

239 installs/wk local only

Rq Scan — questions

Answers built from our own checks of this server.

Why is there no uptime for Rq Scan?
Rq Scan runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rq-scan-mcp was installed 21 times last week.
Is Rq Scan still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Rq Scan?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rq-scan-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rq Scan?
The npm package rq-scan-mcp was installed 21 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.