Skip to content

Filesystem Binding

Free

by MCP Community

Native filesystem binding for MCP filesystem operations

v0.0.8Added Apr 12, 2026
filesystemrustnodejsnapi
Works with:ClaudeGPTGeminiCopilot

Filesystem Binding MCP Server

Native filesystem binding for MCP filesystem operations

Installation

npx -y @seeleai/filesystem-binding

Reviews

Leave a Review

Installation

Quick install
npx -y @seeleai/filesystem-binding
Add to claude_desktop_config.json
{
  "mcpServers": {
    "filesystem-binding": {
      "command": "npx",
      "args": ["-y", "@seeleai/filesystem-binding"]
    }
  }
}