Simple utility to combine multiple files into one. Fast, secure, and easy to use. - 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 - mergefiles - inputPaths (string[]): Files to merge - outputPath (string): Output file location - Success message
Add this skill
npx mdskills install exoticknight/mcp-file-mergerWell-documented file merging utility with clear API and secure directory-based access control
1[](https://mseep.ai/app/exoticknight-mcp-file-merger)23[](https://archestra.ai/mcp-catalog/exoticknight__mcp-file-merger)45# File Merger MCP Server67Simple utility to combine multiple files into one. Fast, secure, and easy to use.89<a href="https://glama.ai/mcp/servers/@exoticknight/mcp-file-merger">10 <img width="380" height="200" src="https://glama.ai/mcp/servers/@exoticknight/mcp-file-merger/badge" alt="File Merger Server MCP server" />11</a>1213## Features1415- **Simple** - Merge any number of files with a single command16- **Fast** - Efficiently combines files of any size17- **Secure** - Only accesses directories you allow18- **Detailed** - Reports file sizes and merge summary1920## API2122### Tools2324- **merge_files**25 - Inputs:26 - `inputPaths` (string[]): Files to merge27 - `outputPath` (string): Output file location28 - Returns:29 - Success message with merge details3031- **list_allowed_directories**32 - Lists directories the server can access3334## Usage with Claude Desktop3536Add to your `claude_desktop_config.json`:3738```json39{40 "mcpServers": {41 "file-merger": {42 "command": "npx",43 "args": [44 "-y",45 "@exoticknight/mcp-file-merger",46 "/path/to/allowed/dir"47 ]48 }49 }50}51```5253## Installation5455```bash56# Clone and install57git clone https://github.com/exoticknight/mcp-file-merger.git58cd mcp-file-merger59npm install60npm run build61```6263## License6465Apache License 2.0
Full transparency — inspect the skill content before installing.