Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsArcadeMCP Servers › Filesystem MCP Server

Filesystem MCP Server

Official MCP reference server for safe local filesystem access (read/write within allowed paths).

MCP · npx MIT

Install

MCP server — add to your Claude Code config (typically ~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem"
      ]
    }
  }
}

Or smoke-test directly:

npx -y @modelcontextprotocol/server-filesystem

Details

Websitehttps://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
GitHubhttps://github.com/modelcontextprotocol/servers
LicenseMIT
Pricingfree
Tagsmcp-server filesystem official reference

More in MCP Servers

See all MCP Servers →

ClaudSkills Arcade · All categories · Catalog JSON · CC BY 4.0 · independent of Anthropic PBC