emilianbold/claude-code-netbeans
A NetBeans IDE plugin that provides integration with Claude Code through the Model Context Protocol (MCP).
Platform-specific configuration:
{
"mcpServers": {
"claude-code-netbeans": {
"command": "npx",
"args": [
"-y",
"claude-code-netbeans"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...