Odel
Filesystem

Filesystem

Local
@domdomegg3TypeScriptUpdated 4 days ago

Read, create, and edit files.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfilesystem-mcpv1.3.0

Run

npx -y filesystem-mcp

MCP client config

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "filesystem-mcp"
      ]
    }
  }
}
npmfilesystem-mcpv1.3.0

Run

npx -y filesystem-mcp

MCP client config

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "filesystem-mcp"
      ]
    }
  }
}