> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/emotivbci-node-red-toolbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/emotivbci-node-red-toolbox/install-emotivbci-node-red-toolbox.md).

# Install Toolbox

The Emotiv-BCI Node-RED Toolbox nodes can be installed via [npm](https://www.npmjs.com/).

To install, run the following command on Node-RED installation directory (\~/.node-red by default) in your Terminal or cmd window. If the node-red folder doesn't exist, run node-red program on cmd/terminal to create it.

`$ npm install node-red-contrib-emotiv-bci`

or run this command for global installation:

`$ npm install -g node-red-contrib-emotiv-bci`

After the completion of this step, you should see the Emotiv-BCI nodes visible at the bottom of the nodes list on the left side of the Node-RED interface.
