Configure scan-mcp MCP server in Claude Code's global configuration. Use when user wants to setup, configure, initialize, enable, or install the scan-mcp MCP server. Runs preflight checks for prerequisites (Node 22+, SANE tools, tiffcp), helps install missing dependencies, and adds server configuration with user-specified INBOX_DIR.
Configure the scan-mcp MCP server in Claude Code's global configuration to enable scanner control.
Ask user for:
~/Documents/scanned_documents/inbox)npx -y scan-mcp --preflight-only
Expected on success: All checks passed!
If preflight fails: Parse output to identify missing dependencies, then guide user through installation (see PLATFORMS.md).
Common missing items:
scanimage, scanadf)tiffcp or ImageMagick convert)Claude Code config location:
~/.config/claude/config.json (Linux/macOS)Configuration structure (npx - recommended):
{
"mcpServers": {
"scan": {
"command": "npx",
"args": ["-y", "scan-mcp"],
"env": {
"INBOX_DIR": "~/Documents/scanned_documents/inbox"
}
}
}
}
Important:
For local installation (advanced): See ADVANCED.md.
claude mcp or asking "scan this document"/doctorUser: "Setup scan-mcp"
Actions:
npx -y scan-mcp --preflight-only~/.config/claude/config.jsonnpx skills add jacksenechal/setup-mcp下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer