Notion MCP Server

by tkc

Integrations

  • Provides integration with Notion by allowing Claude to interact with Notion's API using an integration key, likely enabling access to Notion workspaces, pages, and content.

クロードデスクトップNotion MCPサーバー

Claude Desktop用のファイルシステムモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーはClaudeにファイルシステム機能を提供し、システム上のファイルの読み取り、書き込み、操作を可能にします。

特徴

  • globパターンマッチングでファイルを一覧表示する
  • ファイルの内容を読み取る
  • ファイルに書き込む
  • diff出力でファイルを編集する
  • ファイルを削除する
  • ディレクトリトラバーサル攻撃を防ぐための安全なパス正規化

前提条件

  • Bun v1.2.5以降

インストール

リポジトリをクローンし、依存関係をインストールします。

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

使用法

claude_desktop_config.json

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

ベースディレクトリが指定されていない場合は、現在の作業ディレクトリが使用されます。

利用可能なツール

サーバーは次のツールを公開します。

  • list_files : globパターンに一致するファイルを一覧表示します
  • read_file : ファイルの内容を読み取ります
  • write_file : コンテンツをファイルに書き込む
  • edit_file : 指定された内容で既存のファイルを編集し、差分を表示します。
  • delete_file : ファイルを削除する

安全

サーバーはパスの正規化と検証を実装し、操作が指定されたベース ディレクトリに制限されるようにして、ディレクトリ トラバーサル攻撃を防止します。

ライセンス

マサチューセッツ工科大学

謝辞

-
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.

Claude Desktop にシステム上のファイルの読み取り、書き込み、および操作機能を提供するファイルシステム モデル コンテキスト プロトコル サーバー。

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

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that enables enhanced file system operations including reading, writing, copying, moving files with streaming capabilities, directory management, file watching, and change tracking.
                    Last updated -
                    12
                    6
                    TypeScript
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
                    Last updated -
                    2
                    14
                    TypeScript
                    MIT License
                    • Apple
                  • -
                    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 -
                    22
                    Python
                    Apache 2.0
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.
                    Last updated -
                    6,675
                    MIT License
                    • Linux
                    • Apple

                  View all related MCP servers

                  ID: rf4itkypny