MCP.so
Sign In
Servers

Filesystem MCP Server for WSL

@webconsulting

filesystem MCP server for accessing WSL distributions from Windows

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

{
  "mcpServers": {
    "mcp-server-wsl-filesystem": {
      "command": "node",
      "args": [
        "dist/index.js",
        "[--distro=distribution_name]",
        "<allowed_directory>",
        "[additional_directories...]"
      ]
    }
  }
}

More from Files & Storage