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 💡
mcpjungle/MCPJungle
A self-hosted Model Context Protocol (MCP) Registry and Gateway that allows AI agents to discover and consume tools from various registered MCP servers, providing centralized management, security, and access control for private AI agents within an organization.
mcp-excel-server
An MCP server enabling natural language interaction with Excel files for reading, analyzing, visualizing, and writing data.
fastn-mcp-server
A powerful, scalable platform for dynamic tool registration and execution, integrating with Claude.ai and Cursor.ai.
web-search-mcp
A simple, locally hosted Web Search MCP server for use with Local LLMs
pearl-mcp-server
A Model Context Protocol (MCP) server implementation that exposes Pearl's AI and Expert services through a standardized interface.
raj-mehra/figma-mcp
An MCP server for interacting with Figma design files to fetch tokens and components, compatible with Cursor IDE.