ファイルシステム
mcp-framework を使用して構築されたモデル コンテキスト プロトコル (MCP) サーバー。
クイックスタート
プロジェクト構造
コンポーネントの追加
このプロジェクトにはsrc/tools/ExampleTool.tsにサンプルツールが付属しています。CLIを使用してツールを追加することもできます。
ツール開発
ツール構造の例:
npmへの公開
- package.json を更新します。 - nameが一意であり、npm の命名規則に従っていることを確認してください。
- 適切な - versionを設定する
- description、- author、- licenseなどを追加します。
- binが正しいエントリファイルを指しているか確認する
 
- ローカルでビルドしてテストします。 npm run build npm link filesystem # Test your CLI locally
- npm にログインします (必要に応じてアカウントを作成します)。 npm login
- パッケージを公開します: npm publish
公開後、ユーザーはそれをクロードデスクトップクライアント(下記参照)に追加したり、npxで実行したりすることができます。
公開後
この構成を Claude Desktop 構成ファイルに追加します。
MacOS : ~/Library/Application Support/Claude/claude_desktop_config.json Windows : %APPDATA%/Claude/claude_desktop_config.json
構築とテスト
- ツールに変更を加える 
- npm run buildを実行してコンパイルする
- サーバーは起動時にツールを自動的に読み込みます 
もっと詳しく知る
This server cannot be installed
Claude やその他の AI アシスタントにファイル システム アクセスと管理機能を提供することで AI 機能を拡張するモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -security-license-qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.Last updated -5
- Asecurity-licenseAqualityA Model Context Protocol server that provides AI agents with secure access to local filesystem operations, enabling reading, writing, and managing files through a standardized interface.Last updated -103521Apache 2.0
- -security-license-qualityA simple Model Context Protocol server that enables AI assistants to interact with local file systems, allowing them to read, write, update, and delete files within a specified project directory.
- Asecurity-licenseAqualityA Model Context Protocol server that enables AI assistants like Claude to manage song requests, monitor queues, and interact with streaming platforms' song request systems.Last updated -11391MIT License