File Merger
A simple utility to combine multiple files into a single file.
File Merger MCP Server
Simple utility to combine multiple files into one. Fast, secure, and easy to use.
Features
- Simple - Merge any number of files with a single command
- Fast - Efficiently combines files of any size
- Secure - Only accesses directories you allow
- Detailed - Reports file sizes and merge summary
API
Tools
-
merge_files
- Inputs:
inputPaths(string[]): Files to mergeoutputPath(string): Output file location
- Returns:
- Success message with merge details
- Inputs:
-
list_allowed_directories
- Lists directories the server can access
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"file-merger": {
"command": "npx",
"args": [
"-y",
"@exoticknight/mcp-file-merger",
"/path/to/allowed/dir"
]
}
}
}
Installation
# Clone and install
git clone https://github.com/exoticknight/mcp-file-merger.git
cd mcp-file-merger
npm install
npm run build
License
Apache License 2.0
Verwandte Server
CData FTP Server
A read-only MCP server for querying live FTP data using the CData JDBC Driver.
PDF to PNG
A server that converts PDF files to PNG images. Requires the poppler library to be installed.
Excel Analyser MCP
Read and analyze Excel (.xlsx) and CSV (.csv) files with scalable, chunked, and column-specific data access, ideal for large datasets.
Claude Text Editor
An MCP server for viewing, editing, and creating text files, based on the Claude built-in text editor tool.
Smart Photo Journal MCP Server
Create a memory journal from your local photos in the macOS Photos library.
FilerMoverMcp
A file mover tool that stages and executes file moves safely. Works as both a CLI tool and an MCP server for AI agents.
Basic Memory
Build a persistent, local knowledge base in Markdown files through conversations with LLMs.
Android Filesystem
Securely browse and read files within an Android project, with built-in validation and access controls for sensitive directories.
PDF MCP Server
Extract text and data from PDF files using pdfplumber by providing local file paths.
Folder MCP
A server for local folder operations and file system access.
