create-mcp-server
by maoxiaoke
This is a specialized MCP server that helps create new MCP server scaffolds. It streamlines the process of creating new Model Context Protocol (MCP) servers.
View on GitHub
Last updated: N/A
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.