generator-jhipster

GitHub

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "generator-jhipster": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-generator-jhipster"
      ]
    }
  }
}