@E
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
Transport:
stdio
Language: 
Created: 3/14/2025
Updated: 3/22/2026
Recommend MCP Servers 💡
mcp-server-kubernetes
Flux159
MCP Server for kubernetes management commands
2024-12-08
Bifrost
biegehydra
VSCode Extension with an MCP server that exposes semantic tools like Find Usages and Rename to LLMs
2025-03-06
streamable
actors-mcp-server
apify
Model Context Protocol (MCP) Server for Apify's Actors
2025-01-02
@ashdev/discourse-mcp-server
AshDevFr
Node.js server implementing MCP for Discourse search operation
2025-03-10
mcp-typescribe
yWorks
An MCP server implementation enabling LLMs to work with new APIs and frameworks
2025-03-28
@just-every/mcp-read-website-fast
just-every
Quickly reads webpages and converts to markdown for fast, token efficient web scraping
2025-06-11
