MCP ServerFeatured
Filesystem MCP MCP Server
by Anthropic
Read and write local files inside an allowed directory.
About Filesystem MCP
Reference filesystem server from the official MCP servers repo. Provides safe, sandboxed file read/write/list/search inside one or more allowed root directories.
Tags
fileslocalreadwrite
How to install Filesystem MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem"]
}
}
}Example shape only — see the repository for the canonical install command.
Related MCP servers in Developer Tools
GitHub MCP
GitHubRead and write GitHub repos, issues, PRs, and workflows.
n8n MCP
n8nBuild, validate, and run n8n workflows programmatically.
Browserbase
BrowserbaseCloud browser automation for LLMs via Browserbase and Stagehand.
ElevenLabs
ElevenLabsText-to-Speech, voice cloning, and audio processing APIs.