Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sui-mcp": {
"command": "npx",
"args": [
"-y",
"sui-serverless-mcp",
"--sui_private_key=YOUR_PRIVATE_KEY",
"--sui_network=mainnet"
],
"disabled": false
}
}
}