Skip to main content
Glama

Notion MCP Server

by tkc

Claude Desktop Notion MCP Server

A filesystem Model Context Protocol (MCP) server implementation for Claude Desktop. This server provides filesystem capabilities to Claude, allowing it to read, write, and manipulate files on your system.

image

Features

  • List files with glob pattern matching
  • Read file contents
  • Write to files
  • Edit files with diff output
  • Delete files
  • Secure path normalization to prevent directory traversal attacks

Prerequisites

  • Bun v1.2.5 or later

Installation

Clone the repository and install dependencies:

git clone https://github.com/yourusername/claude-desktop-mcp.git cd claude-desktop-mcp bun install

Usage

claude_desktop_config.json

{ "mcpServers": { "notion": { "command": "~/.bun/bin/bun", "args": [ "run", "<your path>/src/notion/index.ts", "your_notion_integration_key_here" ] } } }

If no base directory is provided, the current working directory will be used.

Available Tools

The server exposes the following tools:

  • list_files: Lists files matching a glob pattern
  • read_file: Reads the content of a file
  • write_file: Writes content to a file
  • edit_file: Edits an existing file with the provided content and shows diff
  • delete_file: Deletes a file

Security

The server implements path normalization and validation to ensure that operations are restricted to the specified base directory, preventing directory traversal attacks.

License

MIT

Acknowledgments

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

A filesystem Model Context Protocol server that provides Claude Desktop with capabilities to read, write, and manipulate files on your system.

  1. Features
    1. Prerequisites
      1. Installation
        1. Usage
          1. Available Tools
            1. Security
              1. License
                1. Acknowledgments

                  Related MCP Servers

                  • -
                    security
                    A
                    license
                    -
                    quality
                    A custom Model Context Protocol server that gives Claude Desktop and other LLMs access to file system operations and command execution capabilities through standardized tool interfaces.
                    Last updated -
                    24
                    Python
                    Apache 2.0
                    • Apple
                    • Linux
                  • A
                    security
                    A
                    license
                    A
                    quality
                    Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
                    Last updated -
                    1
                    11
                    MIT License
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.
                    Last updated -
                    1
                    420
                    3
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A Model Context Protocol server that allows Claude Desktop to perform document operations on Microsoft Word, Excel, and PDF files including creation, editing, and format conversion.
                    Last updated -
                    34
                    Python
                    • Apple

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkc/notion-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server