This server provides tools to interact with the Sui blockchain:
- Request Testnet Faucet: Get SUI tokens for a specified address on testnet, devnet, or localnet
- Check SUI Balance: Retrieve the SUI balance of an address on mainnet, testnet, devnet, or localnet
- Transfer SUI: Send SUI (in mist) to one or multiple addresses on mainnet, testnet, devnet, or localnet
Integrates with the Sui blockchain to provide functionality like accessing testnet faucets for obtaining test tokens across multiple network environments (testnet, devnet).
Sui MCP Tools
This is a MCP (Model Context Protocol) toolkit based on the Sui blockchain. The project provides functionality to interact with the Sui blockchain and integrates the MCP SDK to implement model context protocol features.
🚀 Features
- Developed with TypeScript for type safety
- Deep integration with Sui blockchain functionality
- Support for multiple network environments (testnet, devnet)
- Complete build scripts and development toolchain
📦 Installation & Configuration
There are two ways to install and configure Sui MCP Tools:
Method 1: Using npx (Recommended)
This is the simplest way - just add the following configuration to your Claude Desktop config file:
Method 2: Local Build
- Clone and install dependencies:
- Build the project:
- Configure Claude Desktop with your local build:
Configuration Location
The Claude Desktop configuration file is located at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
You can access this file via Claude Desktop: Claude > Settings > Developer > Edit Config
Restart Claude Desktop for the changes to take effect.
🛠 Available Tools
- Testnet Faucet
eg: request SUI for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
- Check SUI balance
eg: check SUI balance for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
- Transfer SUI
eg: transfer 1 SUI to 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
📚 Documentation
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A toolkit that integrates with the Sui blockchain, allowing Claude to request test tokens through a testnet faucet tool when users provide their wallet addresses.
Related MCP Servers
- AsecurityAlicenseAqualityEnables Claude to interact with Ethereum nodes, allowing users to check ENS token balances, view smart contract code, and decode transactions through natural language.Last updated -51JavaScriptMIT License
Adamik MCP Serverofficial
AsecurityAlicenseAqualityEnables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.Last updated -11202TypeScriptMIT LicenseBase MCP Serverofficial
-securityAlicense-qualityProvides onchain tools for Claude AI to interact with the Base blockchain and Coinbase API, enabling wallet management, fund transfers, and smart contract deployment.Last updated -73245TypeScriptMIT License- AsecurityFlicenseAqualityA comprehensive toolkit for Ethereum blockchain analysis within Claude AI, enabling contract auditing, wallet analysis, profitability tracking, and on-chain data retrieval.Last updated -114998JavaScript