作業中 - 注意して使用してください - Windows
MCP ツールビルダー
Claude Desktop などの MCP クライアントを通じて LLM が新しいツールを動的に作成できるようにする MCP サーバー。
特徴
自然言語で記述して新しいツールを作成する
新しいツールを使用するにはクライアントの再起動が必要です (Claude Desktop)
新しいツールは、...\mcp-tool-builder\tools に Python スクリプトレットとして保存されます。
新しいツール定義は ...\mcp-tool-builder\tools\tools.json に保存されます。
インストール時に含まれるツールの例
get_bitcoin_price: CoinGeckoから現在のビットコイン価格を取得します
get_weather_forecast: 米国の郵便番号の天気を取得します(geopy を使用)
新しいツールの作成
Claude Desktop の create_tool コマンドを使用して(または強く推奨します)新しいツールを動的に作成します。
インストール
このリポジトリをクローンする
依存関係をインストールします:
Claude Desktopでの使用
claude_desktop_config.json
に追加:
local-only server
The server can only run on the client's local machine because it depends on local resources.
ユーザーのリクエストに基づいて必要に応じて新しいツールを作成して自身を構築する MCP サーバー (新しく作成されたツールを使用するには、Claude Desktop を再起動する必要があります)。
Related MCP Servers
- -securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -MIT License
- AsecurityFlicenseAqualityA server built with mcp-framework that allows users to extend Claude's capabilities by adding custom tools that can be used through the Claude Desktop client.Last updated -340
- AsecurityFlicenseAqualityAn intelligent MCP server that enables seamless restarting of Claude's MCP handler process without disrupting the UI, allowing for plugin reloading without closing the entire Claude Desktop application.Last updated -30