Generate a tiny Model Context Protocol style server starter.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-starter-k": {
"command": "npx",
"args": [
"-y",
"Kkorkkk/mcp-server-starter-kit"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-starter-k npx -y Kkorkkk/mcp-server-starter-kit
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-starter-k": {
"command": "npx",
"args": [
"-y",
"Kkorkkk/mcp-server-starter-kit"
]
}
}
}