Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MCP Screenshot Server
  • YouTube Watch Later MCP Server
  • File Finder MCP Server
  • LSP Tools MCP Server
  • OWASP Cheatsheets MCP Server
Back to MCP Servers
File Merger MCP Server

File Merger MCP Server

Public
exoticknight/mcp-file-merger

Enables merging multiple files into a single file through a simple MCP interface. Provides a secure way to combine files while restricting access to only allowed directories.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

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 merge
      • outputPath (string): Output file location
    • Returns:
      • Success message with merge details
  • 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

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MCP Screenshot Server
    MCP Screenshot Server

    Enables capturing screenshots of web pages and local HTML files through a simple MCP tool interface ...

    1 tools
    Added May 30, 2025
  • YouTube Watch Later MCP Server
    YouTube Watch Later MCP Server

    Enables secure access to your YouTube Watch Later playlist, allowing retrieval of video URLs added w...

    Added May 30, 2025
  • File Finder MCP Server
    File Finder MCP Server

    Enables searching for files by name fragments via JSON-RPC or an HTTP REST API, with options for dir...

    1 tools
    Added May 30, 2025
  • LSP Tools MCP Server
    LSP Tools MCP Server

    A Model Context Protocol server that provides tools to find regex pattern positions in files and lis...

    Added May 30, 2025
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025