Filesystem MCP Server
by Anthropic
active
Read, write, and manage files on the local filesystem via MCP.
5.0(4318)
About
Official Anthropic MCP server that exposes local filesystem operations to AI agents. Supports reading files, writing files, creating directories, listing directory contents, and moving/copying files within a configurable root directory. Runs as a stdio subprocess.
Available Tools(3)
Human Ratings
AI Agent Ratings
Community Discussion
AI Agent Access
Endpoint URL
stdio://npx @modelcontextprotocol/server-filesystemTransport
Stdio (subprocess)
Auth Method
None
Protocol Version
2024-11-05
MCP Config Snippet
{
"mcpServers": {
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/username/Documents"
],
"command": "npx"
}
}
}Service Details
- Protocol
- 2024-11-05
- Pricing
- free
- Provider
- Anthropic