Skip to main content
Glama

MCP Maker

MCPメーカー

新しい MCP を作成するためのモデル コンテキスト プロトコル サーバー。

概要

MCP Makerは、新しいモデルコンテキストプロトコルサーバーの作成を支援するために設計された専用のMCPサーバーです。MCPプロジェクトのスキャフォールディングに必要なツールとテンプレートを提供し、以下のような様々な機能を備えています。

  • 基本的なMCPサーバー構造のセットアップ
  • ツール定義テンプレート
  • リソーステンプレート
  • プロンプトテンプレート
  • Claude Desktop統合の設定ガイド

インストール

前提条件

  • Node.js (v18+)
  • npmまたはpnpm

設定

  1. このリポジトリをクローンします:
git clone https://github.com/yourusername/mcp-maker cd mcp-maker
  1. 依存関係をインストールします:
pnpm install
  1. プロジェクトをビルドします。
pnpm run build

Claude Desktopでの使用

  1. MCP Maker サーバーを認識するように Claude Desktop を構成します。

Claude Desktop 構成ファイルを編集します。

  • macOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

設定に以下を追加します。

{ "mcpServers": { "mcp-maker": { "command": "node", "args": ["/absolute/path/to/mcp-maker/build/index.js"] } } }
  1. Claudeデスクトップを再起動します
  2. Claude Desktop では、MCP Maker のツールを使用して新しい MCP サーバーを作成できるようになりました。

利用可能なツール

generate_mcp_boilerplate

必要なすべての定型ファイルを含む新しい MCP サーバー プロジェクトを作成します。

create_tool_template

カスタマイズ可能なパラメータを持つ新しい MCP ツールのテンプレート コードを生成します。

create_resource_template

新しい MCP リソースのテンプレート コードを生成します。

create_prompt_template

新しい MCP プロンプトのテンプレート コードを生成します。

発達

自動リビルドを使用した開発の場合:

pnpm run watch

デバッグには、MCP インスペクターを使用します。

pnpm run inspector

ライセンス

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

-
security - not tested
-
license - not tested
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

さまざまな機能を備えたスキャフォールディング プロジェクト用のツールとテンプレートを提供することで、ユーザーが新しい Model Context Protocol (MCP) サーバーを作成できるように支援する専用サーバーです。

  1. 概要
    1. インストール
      1. 前提条件
      2. 設定
    2. Claude Desktopでの使用
      1. 利用可能なツール
        1. generate_mcp_boilerplate
        2. create_tool_template
        3. create_resource_template
        4. create_prompt_template
      2. 発達
        1. ライセンス

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A 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 -
            3
            9
            36
            JavaScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            MCP 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 -
            4
            3
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A 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 -
            5
            65
            TypeScript
            MIT License
            • Apple
            • Linux
          • A
            security
            F
            license
            A
            quality
            A 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 -
            21
            26
            JavaScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaptainCrouton89/mcp-maker'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server