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⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
dataFREE
PostgreSQL MCP Server
Read-only MCP server for PostgreSQL — let your AI agent inspect schemas and run safe SELECT queries.
postgresdatabasesql
A
Anthropic4.7(198)
89k
★5.2k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/me/projects"
]
}
}
}A
Anthropic
@modelcontextprotocol