Filesystem MCP
[!WARNING] Should not be able to modify files in other folders then specified root folder but this needs to be seen ...
Simple filesystem MCP that allows to create, read, update and delete files in a specified root folder. The root folder is specified as an argument to the node call. The agent should not be able to modify files in other folders outside the root folder (not guaranteed though).
How to install:
[!TIP] You need > Node.js 12 to run this MCP. You might need to use it over nvm or similar.
Modify e.g. your Clause MCP config e.g. under MAC via (see also claude documentation):
~/Library/Application\\ Support/Claude/claude_desktop_config.json
and add the server:
{
"mcpServers": {
"save-filesystem-mcp": {
"command": "node",
"args": [
"PATH_TO_FOLDER/save-filesystem-mcp/build/index.js",
"ABSOLUTE_FOLDER_FOR_CLAUDE_TO_WORK_WITH"
]
}
}
}
Then start claude and ask it to code a game for you. It will use the MCP to create, read, update and delete files in the specified root folder.
Recommend MCP Servers 💡
@danielsuguimoto/readonly-server-filesystem
Node.js server implementing Model Context Protocol (MCP) for readonly filesystem operations
mcp-server-wazuh
MCP Server for Wazuh SIEM
raj-mehra/figma-mcp
An MCP server for interacting with Figma design files to fetch tokens and components, compatible with Cursor IDE.
binary_ninja_mcp
A Binary Ninja plugin providing an MCP server for integrating Binary Ninja's reverse engineering capabilities with LLM/MCP clients.
leelasd/molecule_mcp
A Model Context Protocol (MCP) server that provides tools for visualizing molecules and retrieving molecular properties using SMILES codes, integrating with LLM applications like Claude Desktop.
luebken/playlist-mcp
An experimental MCP server that provides transcripts of YouTube playlists.