Notion
Createdtkc
Provides filesystem capabilities to Claude, allowing it to read, write, and manipulate files on your system.
About
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.
Key Features
- Lists files with glob pattern matching
- Writes to files
- Deletes files
- Reads file contents
- Edits files with diff output
- Secure path normalization to prevent directory traversal attacks