An MCP (Model Context Protocol) server that exposes three core filesystem tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"filesystem-mcp-serve": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/filesystem-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add filesystem-mcp-serve npx -y yossifibrahem/filesystem-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"filesystem-mcp-serve": {
"command": "npx",
"args": [
"-y",
"yossifibrahem/filesystem-mcp-server"
]
}
}
}