MCP.so
Sign In
Servers

File Operations MCP Server

@bsmi021

A Model Context Protocol (MCP) server that provides enhanced file operation capabilities with streaming, patching, and change tracking support.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-file-operations-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@bsmi021/mcp-file-operations-server",
        "--client",
        "claude"
      ]
    }
  }
}

More from Other