Skip to main content
Glama

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

ライセンス

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

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
    21
    62
    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 -
    2
    4
    MIT License
  • -
    security
    A
    license
    -
    quality
    MCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.
    Last updated -
    17
    3
    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
    6
    97
    MIT License
    • Apple
    • Linux

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