Scaffold production-ready MCP servers in one command. Tests, CI, error handling, and best practices included.
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-pr": {
"command": "npx",
"args": [
"-y",
"ofershap/create-mcp-server-pro"
]
}
}
}
Run in terminal:
claude mcp add create-mcp-server-pr npx -y ofershap/create-mcp-server-pro
Add to .cursor/mcp.json:
{
"mcpServers": {
"create-mcp-server-pr": {
"command": "npx",
"args": [
"-y",
"ofershap/create-mcp-server-pro"
]
}
}
}