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 💡
drand-mcp-server
Provides verifiable randomness from the drand network as an input seed for AI applications via the Model Context Protocol.
xgmem
A TypeScript-based MCP server for project-specific and knowledge graph-based memory management for LLMs and agents.
netdata
Netdata's MCP server enables AI assistants to access infrastructure monitoring data (metrics, logs, alerts, live system info) for DevOps/SRE tasks.
@burtthecoder/mcp-virustotal
A Model Context Protocol (MCP) server for querying the VirusTotal API. Provides comprehensive security analysis tools with automatic relationship data fetching. Integrates seamlessly with MCP-compatible applications like Claude Desktop.
mac-messages-mcp
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
ptcg-mcp
An MCP server that allows Claude to search and display Pokemon Trading Card Game cards.