Enterprise DNA
M MCP Servers Developer low

exoticknight/mcp-file-merger

by Various

MCP server for merging multiple files into one

E

MCP

exoticknight/mcp-file-merger

Added 1 June 2026

Overview

A Model Context Protocol server that merges multiple files into a single file. It takes a list of file paths as input and outputs a combined file, primarily for use in LLM toolchains or batch processing.

Best for

Best for
Developers who need a simple, scriptable way to combine multiple files for LLM input or automated pipelines.

Use cases

  • Combining multiple source code files into one context for LLM prompts
  • Merging configuration or log files into a single document for analysis
  • Concatenating text files as a preprocessing step in developer workflows

How to use

Tools exposed

  • merge_files
  • list_allowed_directories

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "file-merger": {\n      "command": "npx",\n      "args": [\n        "-y",\n        "@exoticknight/mcp-file-merger",\n        "/path/to/allowed/dir"\n      ]\n    }\n  }\n}

Notes

A Model Context Protocol server that merges multiple files into a single file. It takes a list of file paths as input and outputs a combined file, primarily for use in LLM toolchains or batch processing.

26 stars on GitHub. Last updated 2025-09-06. Licensed Apache-2.0.

Use cases

  • Combining multiple source code files into one context for LLM prompts
  • Merging configuration or log files into a single document for analysis
  • Concatenating text files as a preprocessing step in developer workflows

Pros

  • Lightweight and focused on a single merging task
  • Easy to integrate with any MCP-compatible client or toolchain
  • Open source with a simple codebase for customization

Cons

  • No built-in file deduplication or conflict resolution
  • Only merges file contents without transformations or filtering
  • Limited to local file system access

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Lightweight and focused on a single merging task
  • Easy to integrate with any MCP-compatible client or toolchain
  • Open source with a simple codebase for customization

Cons

  • No built-in file deduplication or conflict resolution
  • Only merges file contents without transformations or filtering
  • Limited to local file system access
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks