Loading MCP server directory, please wait...
MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform
npx @getmcp/cli add io.github.RECERQA/rq-scanRequires Node.js 18+. Community-contributed server. Review source before installing.
RQSCAN_API_KEYYour RQ-SCAN API key for authentication
RQSCAN_ORGANIZATION_IDYour RQ-SCAN organization ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RECERQA/rq-scan": {
"command": "npx",
"args": [
"-y",
"rq-scan-mcp"
],
"env": {
"RQSCAN_API_KEY": "",
"RQSCAN_ORGANIZATION_ID": "",
"RQSCAN_API_URL": "",
"RQSCAN_WORKSPACE_ID": ""
}
}
}
}