Installation

Detailed installation guide for the Sui a402 MCP server.

System Requirements

  • Node.js: Version 20 or higher
  • npm: Version 9 or higher
  • Operating System: macOS, Windows, or Linux
  • Claude Desktop: Latest version

Step-by-Step Installation

Step 1: Clone or Download

Get the MCP server code from the repository.

Step 2: Install Dependencies

cd /path/to/mcp-server
npm install

Step 3: Build

npm run build

This creates the dist/mcp-server.js file.

Step 4: Verify Build

ls -la dist/mcp-server.js

You should see the compiled server file.