MCPメーカー
新しい MCP を作成するためのモデル コンテキスト プロトコル サーバー。
概要
MCP Makerは、新しいモデルコンテキストプロトコルサーバーの作成を支援するために設計された専用のMCPサーバーです。MCPプロジェクトのスキャフォールディングに必要なツールとテンプレートを提供し、以下のような様々な機能を備えています。
- 基本的なMCPサーバー構造のセットアップ
- ツール定義テンプレート
- リソーステンプレート
- プロンプトテンプレート
- Claude Desktop統合の設定ガイド
インストール
前提条件
- Node.js (v18+)
- npmまたはpnpm
設定
- このリポジトリをクローンします:
- 依存関係をインストールします:
- プロジェクトをビルドします。
Claude Desktopでの使用
- MCP Maker サーバーを認識するように Claude Desktop を構成します。
Claude Desktop 構成ファイルを編集します。
- macOSの場合:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows の場合:
%APPDATA%/Claude/claude_desktop_config.json
設定に以下を追加します。
- Claudeデスクトップを再起動します
- Claude Desktop では、MCP Maker のツールを使用して新しい MCP サーバーを作成できるようになりました。
利用可能なツール
generate_mcp_boilerplate
必要なすべての定型ファイルを含む新しい MCP サーバー プロジェクトを作成します。
create_tool_template
カスタマイズ可能なパラメータを持つ新しい MCP ツールのテンプレート コードを生成します。
create_resource_template
新しい MCP リソースのテンプレート コードを生成します。
create_prompt_template
新しい MCP プロンプトのテンプレート コードを生成します。
発達
自動リビルドを使用した開発の場合:
デバッグには、MCP インスペクターを使用します。
ライセンス
マサチューセッツ工科大学
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.
さまざまな機能を備えたスキャフォールディング プロジェクト用のツールとテンプレートを提供することで、ユーザーが新しい Model Context Protocol (MCP) サーバーを作成できるように支援する専用サーバーです。
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- AsecurityAlicenseAqualityA dynamic service that creates and manages Model Context Protocol (MCP) servers, allowing users to spawn, customize, and control multiple MCP servers as child processes.Last updated -565TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2126JavaScript