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.
{
"mcpServers": {
"mediaProcessor": {
"command": "npx",
"args": [
"-y",
"create-mcp-server@latest"
]
}
}
}
This project is licensed under the MIT License - see the LICENSE file for details.