クロードデスクトップNotion MCPサーバー
Claude Desktop用のファイルシステムモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーはClaudeにファイルシステム機能を提供し、システム上のファイルの読み取り、書き込み、操作を可能にします。
特徴
globパターンマッチングでファイルを一覧表示する
ファイルの内容を読み取る
ファイルに書き込む
diff出力でファイルを編集する
ファイルを削除する
ディレクトリトラバーサル攻撃を防ぐための安全なパス正規化
前提条件
Bun v1.2.5以降
インストール
リポジトリをクローンし、依存関係をインストールします。
使用法
claude_desktop_config.json
ベースディレクトリが指定されていない場合は、現在の作業ディレクトリが使用されます。
利用可能なツール
サーバーは次のツールを公開します。
list_files: globパターンに一致するファイルを一覧表示しますread_file: ファイルの内容を読み取りますwrite_file: コンテンツをファイルに書き込むedit_file: 指定された内容で既存のファイルを編集し、差分を表示します。delete_file: ファイルを削除する
安全
サーバーはパスの正規化と検証を実装し、操作が指定されたベース ディレクトリに制限されるようにして、ディレクトリ トラバーサル攻撃を防止します。
ライセンス
マサチューセッツ工科大学
謝辞
モデルコンテキストプロトコル仕様に基づく
Bun JavaScript ランタイムで構築
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop にシステム上のファイルの読み取り、書き込み、および操作機能を提供するファイルシステム モデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -security-license-qualityA 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 -24Apache 2.0
- Asecurity-licenseAqualityModel Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.Last updated -1106MIT License
- Asecurity-licenseAqualityA 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 -1183MIT License
- -security-license-qualityA 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 -39