deckprobe for Claude Desktop
io.github.deckflow/deckprobe
Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals
client:Claude Desktop
transport:stdio
runtime:npm
Install deckprobe in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<DECKPROBE_MCP_BIN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs