DocQA MCP for Claude Desktop
com.agentsconsultants.api/docqa
AI document verification: catch hallucinations, arithmetic errors, and field mismatches.
client:Claude Desktop
transport:stdio
runtime:npm
Install DocQA MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"docqa": {
"command": "npx",
"args": [
"-y",
"docqa-mcp"
],
"env": {
"DOCQA_API_KEY": "<DOCQA_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs