sui-dev-mcp-server
If you are the rightful owner of sui-dev-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Sui blockchain integration, providing seamless Sui Move development, blockchain interaction, and debugging capabilities within Cursor IDE.
The Sui MCP Server is designed to facilitate Sui blockchain development by integrating its features into MCP-compatible IDEs like Cursor. It offers a comprehensive suite of tools for managing development environments, smart contract development, blockchain interaction, and debugging. The server supports seamless switching between different network environments, provides tools for smart contract verification and interaction, and includes debugging features like error decoding and gas analysis. Additionally, it integrates with the Sui Explorer for easy access to transaction and object details.
Features
- Environment Switching: Easily switch between testnet, mainnet, and devnet environments.
- Smart Contract Development: Parse and display human-readable Move module interfaces and verify smart contracts.
- Blockchain Interaction: Create test wallets, request test tokens, and build transactions.
- Debugging & Optimization: Translate error codes and analyze transaction gas usage.
- Ecosystem Integration: Generate links to Sui Explorer for transactions, addresses, and objects.
Tools
sui_switch_env
Switch between network environments
sui_network_status
Check network status
sui_network_time
Get current network time
sui_get_contract_interface_doc
Extract and format contract Interface
sui_create_new_wallet
Create new wallets (works across networks)