MCP.so
ログイン

create-mcp-server

@maoxiaoke

create-mcp-server について

A MCP Server to Create MCP Server

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

maoxiaoke

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mediaProcessor": {
      "command": "npx",
      "args": [
        "-y",
        "create-mcp-server@latest"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is create-mcp-server?

A specialized MCP server that helps create new MCP server scaffolds. It streamlines the process of creating new Model Context Protocol (MCP) servers by providing a structured development protocol and example templates.

How to use create-mcp-server?

Configure your MCP client with the command npx and args ["-y", "create-mcp-server@latest"] as shown in the JSON block. Then invoke the server through your client.

Key features of create-mcp-server

  • Specialized tool for scaffolding MCP servers
  • Provides a structured development protocol
  • Includes example templates
  • Runs via npx for easy invocation

Use cases of create-mcp-server

  • Creating new MCP server projects from a scaffold
  • Streamlining the initial setup of an MCP server

FAQ from create-mcp-server

What is create-mcp-server used for?

It is used to create new MCP server scaffolds, providing a structured development process and templates.

How do I run create-mcp-server?

Add the provided npx configuration to your MCP client settings, then invoke the server through that client.

What license is create-mcp-server under?

It is licensed under the MIT License.

コメント

「その他」の他のコンテンツ