Vault Tools
Privacy-first file conversion MCP server : image, PDF, and text tools that run locally on your machine
Local processing only
MCP Server: Local File Transforms for AI Agents
51 tools to convert, compress, merge, and transform files. Predictable outputs, path-based I/O, zero network calls.
Privacy by architecture
No file bytes are sent to the model. Tools operate on paths and write outputs to disk. Some tools return extracted metadata (EXIF tags, checksums, word counts) by design. No telemetry, no network calls during processing.
Beyond read/write
Filesystem MCP VaultTools MCP
Read & write files ✓ ✓
Format conversion (PNG → WebP, CSV → JSON…) — ✓
Compression & optimization — ✓
Merge / split / organize — ✓
Metadata & checksums — ✓
Directory sandboxing — ✓
Path-based I/O (file bytes never in context) — ✓
Filesystem MCP reads and writes. VaultTools transforms, and keeps file bytes out of the AI conversation.
Install
Interactive setup that picks your AI tool and directory:
npx @vaulttools/mcp init
Copy
Or run directly:
npx @vaulttools/mcp --allowed-dir /path/to/your/files
Copy
Configure
Add VaultTools to your AI tool's MCP configuration:
Claude Code Claude Desktop Cursor Windsurf
~/.claude.json
{
"mcpServers": {
"vaulttools": {
"command": "npx",
"args": [
"-y",
"@vaulttools/mcp",
"--allowed-dir",
"/path/to/your/files"
]
}
}
}
Copy
Available Tools
51 tools across 5 categories: Image (14), PDF (11), Text (12), Dev (9), File (5). Each tool reads input files, processes locally, and writes output. File bytes stay on disk and are never sent to the model.
View full tool reference
Options
Flag Description Default
--allowed-dir <path> Directory the server can read from (required, repeatable) none
--output-dir <path> Directory for output files, defaults to allowed-dir allowed-dir
--verbose Enable verbose logging to stderr off
Privacy
No network calls. No uploads. No telemetry. Processing is 100% local.
Local processing. All file operations run on your machine. No files are uploaded anywhere.
Path-based I/O. The AI agent sends file paths, not file bytes. Processed results are written to disk, not returned in conversation.
Directory sandboxing. --allowed-dir restricts which directories the server can access. Nothing outside that boundary is readable.
No telemetry. Zero analytics, no network requests during processing, no phone-home behavior.
Disclaimer
The VaultTools MCP server is designed so that file bytes stay on your machine and are never sent to the model. Only file paths and metadata are exchanged.
However, the AI model that calls these tools operates independently of VaultTools. The model may choose to read, log, or transmit tool outputs according to its own behavior and the policies of its provider. VaultTools has no control over what the model does with the results once they are returned.
By using the MCP server, you acknowledge that VaultTools is not responsible for how the connected AI model handles tool responses. If you are processing sensitive files, review the privacy policies of your AI provider.
関連サーバー
Transmission MCP Server
An MCP server for controlling the Transmission torrent daemon.
peekaboo-mcp
A minimal MCP server providing read-only access to the file system.
WebP Batch Converter
Batch convert PNG, JPG, and JPEG images to WebP format with options for quality, lossless mode, and multi-threaded processing.
PDF Splitter
Provides random access to PDF contents, allowing selective extraction of pages and content to reduce reading costs.
Deep Directory Tree MCP
Visualize directory structures with real-time updates, configurable depth, and smart exclusions for efficient project navigation.
Cursor MCP File Organizer
Organize files in your Downloads folder using Cursor IDE with customizable rules.
Fast Filesystem MCP
A high-performance Model Context Protocol (MCP) server that provides secure filesystem access and AI-optimized code development tools for Claude and other AI assistants.
JSON MCP Server
A high-performance MCP server for comprehensive JSON file operations, including reading, writing, and advanced querying, optimized for LLM interactions.
File MCP Server
A server providing comprehensive file system operations, automatically downloaded and built on first use.
Edit File Lines MCP Server
Make precise line-based edits to text files within allowed directories.