
SuiMCP
Supports UIby jordan-mysten
Directly interface with the Sui blockchain, manage wallets, and build/test Move packages from your AI client.
What it does
SuiMCP provides a bridge between AI assistants and the Sui network. It allows the AI to read chain data, check wallet balances, and interact with the local Sui CLI for developer workflows.
Tools
- get_balance: Retrieve balance for a specific coin type.
- get_owned_objects: List objects owned by a wallet.
- build_move_package: Compile Sui Move packages to bytecode.
- publish_move_package: Deploy Move packages to the blockchain.
- get_transaction: Fetch specific transaction details by ID.
Installation
Run the initialization command first:
npx @jordangens/sui-mcp@latest init
Then add to claude_desktop_config.json:
{
"mcpServers": {
"suiMcp": {
"command": "npx",
"args": ["@jordangens/sui-mcp@latest", "start"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx @jordangens/sui-mcp@latest startInformation
- Pricing
- free
- Published
- 5/2/2026
- stars





