Skip to content
VS Code

NeuralNg Angular UI Expert MCP for VS Code

io.github.hasanaydin7/neuralng

Angular UI expert for NeuralNg discovery, composition, validation, icons and project-aware themes.

client:VS Code transport:stdio runtime:npm

Install NeuralNg Angular UI Expert MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "neuralng": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@neural-ng/mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NeuralNg Angular UI Expert MCP in other clients