MCP server
Filesystem MCP Server
Reference server for scoped read and write access to local folders
Add it to your client
OfficialInstall
npx -y @modelcontextprotocol/server-filesystem /path/to/dir
mcpServers
{
"mcpServers": {
"filesystem-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/dir"
]
}
}
}- Transport
- stdio
- Runtime
- Node
- Auth
- Not required
- Tools
- 11
- License
- MIT
Tools
read_filewrite_fileedit_filelist_directorysearch_filesmove_fileget_file_info
One of the reference implementations kept alongside the protocol itself. It exposes a whitelist of directories — the model can list, read, write and move files inside them and nowhere else, which makes it the usual first server people connect and the clearest example of how access scoping should look.
Similar MCP servers
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Developer ToolsSearch Engines & Web
Comments(0)
Sign in to comment