CustomAgent.app
Tool
development
✓ Verified
⭐ Featured
Free

Filesystem MCP Server

Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.

4.8(384 reviews)
156,200 installs
by Anthropic

About

Lets your AI agent read, write, list, and search files within explicitly allowed directories. Refuses to traverse symlinks outside the sandbox or touch denied paths. Essential building block for any local-first AI workflow.

Tags

filesystemfilesmcpofficial

MCP Configuration Example

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

Related Tools

Tool
development
FREE

GitHub MCP Server

Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.

githubgitmcp
G
GitHub
4.9(426)
185k
12.4k
Tool
data
FREE

PostgreSQL MCP Server

Read-only MCP server for PostgreSQL — let your AI agent inspect schemas and run safe SELECT queries.

postgresdatabasesql
A
Anthropic
4.7(198)
89k
5.2k
Tool
search
FREE

Brave Search MCP

Privacy-respecting web search for AI agents using the Brave Search API.

searchwebbrave
A
Anthropic
4.6(167)
72k
3.9k
Install
# Add to ~/.claude/settings.json:
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/Users/me/projects"
      ]
    }
  }
}
A

Anthropic

@modelcontextprotocol

View on GitHub