Provides filesystem capabilities to Claude, allowing it to read, write, and manipulate files on your system.
Notion is a filesystem Model Context Protocol (MCP) server implementation designed for Claude. It enables Claude to interact with your file system, offering functionalities such as listing files using glob patterns, reading and writing file content, editing files with diff outputs, and securely deleting files. It prioritizes security with path normalization to prevent directory traversal attacks, ensuring a safe file manipulation environment.