J

create-mcp-server

Created Oct 19, 2025 by maoxiaoke

Language:

JavaScript

Stars:

21

Forks:

3

README

create-mcp-server

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

How to use

NPX

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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Last updated: Oct 19, 2025

Publisher info

maoxiaoke's avatar

maoxiaoke

A coder...

@ice-lab
NanKing China
115
followers
92
following
128
repos

More MCP servers built with JavaScript

React

The library for web and native user interfaces.

By facebook 242.4K
Three.js

JavaScript 3D Library.

By mrdoob 110.5K
Axios

Promise based HTTP client for the browser and node.js

By axios 108.5K