🚀 Scaffold a production-ready Model Context Protocol (MCP) server in seconds, complete with TypeScript, validation, and CI-ready templates.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"create-mcp-server-ki": {
"command": "npx",
"args": [
"-y",
"bernardpacis/create-mcp-server-kit"
]
}
}
}
Run in terminal:
claude mcp add create-mcp-server-ki npx -y bernardpacis/create-mcp-server-kit
Add to .cursor/mcp.json:
{
"mcpServers": {
"create-mcp-server-ki": {
"command": "npx",
"args": [
"-y",
"bernardpacis/create-mcp-server-kit"
]
}
}
}