- Step1: Install prerequisites like Node.js (22.0.0+) and configure w3 CLI.
- Step2: Clone the repository and install dependencies using npm.
- Step3: Set up environment variables, especially W3_LOGIN_EMAIL.
- Step4: Run the build command to compile the TypeScript code.
- Step5: Start the server with node dist/index.js or deploy via Docker.
- Step6: Connect your MCP-compatible client to this server with the proper configuration.
- Step7: Use the available MCP commands to manage storage spaces, upload/download data, or handle delegations.