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
Simple utility to combine multiple files into one. Fast, secure, and easy to use.
merge_files
inputPaths (string[]): Files to mergeoutputPath (string): Output file locationlist_allowed_directories
Add to your claude_desktop_config.json:
{
"mcpServers": {
"file-merger": {
"command": "npx",
"args": [
"-y",
"@exoticknight/mcp-file-merger",
"/path/to/allowed/dir"
]
}
}
}
# Clone and install
git clone https://github.com/exoticknight/mcp-file-merger.git
cd mcp-file-merger
npm install
npm run build
Apache License 2.0
Install via CLI
npx mdskills install exoticknight/mcp-file-mergerFile Merger MCP Server is a free, open-source AI agent skill. 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
Install File Merger MCP Server with a single command:
npx mdskills install exoticknight/mcp-file-mergerThis downloads the skill files into your project and your AI agent picks them up automatically.
File Merger MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.