J

create-mcp-server

...
Created 3/4/2025bymaoxiaoke

Language:

JavaScript

Stars:

21

Forks:

3

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: 3/5/2025

Publisher info

maoxiaoke's avatar

那吒

A coder...

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

More MCP servers built with JavaScript

mcp-server-semgrep

MCP Server Semgrep is a [Model Context Protocol](https://modelcontextprotocol.io) compliant server that integrates the powerful Semgrep static analysis tool with AI assistants like Anthropic Claude. It enables advanced code analysis, security vulnerability detection, and code quality improvements directly through a conversational interface.

By Szowesgad9
protonmail-mcp

This MCP server provides email sending functionality using Protonmail's SMTP service. It allows both Claude Desktop and Cline VSCode extension to send emails on your behalf using your Protonmail credentials.

By amotivv6
agentql-mcp

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

By tinyfish-io45