Bulk port forwarding Kubernetes services for local development.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kubefwd": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kubefwd"
]
}
}
}