Skip to content
Cursor

NeuralNg Angular UI Expert MCP for Cursor

io.github.hasanaydin7/neuralng

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

client:Cursor transport:stdio runtime:npm

Install NeuralNg Angular UI Expert MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NeuralNg Angular UI Expert MCP in other clients