🚀 Generate and extend production-ready Model Context Protocol (MCP) servers with a modern CLI tool that showcases all MCP features in one cohesive example.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"create-mcp": {
"command": "npx",
"args": [
"-y",
"AnnieBabs/Create-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add create-mcp npx -y AnnieBabs/Create-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"create-mcp": {
"command": "npx",
"args": [
"-y",
"AnnieBabs/Create-MCP"
]
}
}
}
📋 Copy