notion-mcp

notion-mcp

3.1

If you are the rightful owner of notion-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Claude Desktop Notion MCP Server is a filesystem Model Context Protocol (MCP) server implementation for Claude Desktop, enabling filesystem capabilities such as reading, writing, and manipulating files.

The Claude Desktop Notion MCP Server is designed to integrate with Claude Desktop, providing robust filesystem capabilities. It allows users to perform various file operations such as listing, reading, writing, editing, and deleting files. The server ensures security through path normalization, preventing unauthorized directory traversal. Built on the Model Context Protocol specification, it leverages the Bun JavaScript runtime for efficient performance. Users can easily set up the server by cloning the repository and installing the necessary dependencies. The server is configured via a JSON file, where users specify the command and arguments for running the server. This setup allows for seamless integration with Claude Desktop, enhancing its functionality with powerful file management tools.

Features

  • List files with glob pattern matching
  • Read file contents
  • Write to files
  • Edit files with diff output
  • Delete files

Tools

  1. list_files

    List files that match glob patterns

  2. read_file

    Read file content

  3. write_file

    Write content to a file

  4. edit_file

    Edit existing files and display differences

  5. delete_file

    Delete files