MCP Library

// MCP Server

Featured

Filesystem

@modelcontextprotocol · modelcontextprotocol/filesystem

Secure local filesystem access for MCP clients. Read, write, search, and watch files within sandboxed directories.

stdio#files#official

// Run locally

npx (recommended)

requires npx

Filesystem · npxbash
npx -y @modelcontextprotocol/server-filesystem <ALLOWED_DIR>

Pass one or more absolute directory paths to expose to the model.

Docker

requires docker

Filesystem · dockerbash
docker run -i --rm --mount type=bind,src=<ALLOWED_DIR>,dst=/workspace mcp/filesystem /workspace

// Connect to a client

terminalbash
oxp install @modelcontextprotocol/filesystem

OXP manages MCP server configuration automatically — installs the server, wires it into every detected MCP-aware client, and keeps it up to date.