Skip to main content
Box Dev Docs home page
English
Search...
⌘K
Sign up
My Platform apps
My Platform apps
Search...
Navigation
Box SDK
Install Node SDK
Guides
API reference
Quick starts
AI
MCP
SDKs and tools
Changelog
Community
Developer Blog
Box SDKs
Build with Box Platform
Developer Guides Overview
Start Here
Box Archive
Box AI
Box AI Studio
Box MCP Server
Box Doc Gen
Applications
Authentication
Authorization
API Calls
CLI
Embed Box
Tooling
Overview
Postman Collection
Salesforce Developer Toolkit
Box SDK
Box SDKs
Box SDK versioning strategy
Install .NET SDK
Install Java SDK
Install Python SDK
Install Node SDK
Install Salesforce SDK
Deprecated Box Next Gen TypeScript SDK
Deprecated Box Next Gen Python SDK
Deprecated Box Next Gen .NET SDK
Deprecated Box Next Gen Java SDK
Deprecated Box Next Gen Swift SDK
Security
SSO & App users
Collaborations
Collections
Comments
Downloads
Events
Files
File Requests
Folders
Integration Mappings
Legal Holds
Metadata
Mobile
Representations
Retention Policies
Search
Shared Links
Box Relay
Box Sign
Box Skills
Tasks
Trash
Uploads
Users
Webhooks
Web Links
On this page
NPM installation
Yarn installation
Box SDK
Install Node SDK
Cursor
Connect to Cursor
Cursor
Connect to Cursor
You can use Box Node SDK to call Box APIs in a Node project.
Learn more about Node SDK on GitHub
NPM installation
To install the Node SDK run the following command from your terminal window or command prompt using the
Node Package Manager
.
Report incorrect code
Copy
Ask AI
npm
install
box-node-sdk
--save
Yarn installation
Similarly, the SDK can be installed using the
Yarn package
manager.
Report incorrect code
Copy
Ask AI
yarn
add
box-node-sdk
Was this page helpful?
Yes
No
Install Python SDK
Previous
Install Salesforce SDK
Next
⌘I