sui-mcp
Sui MCP Tools
Documentation
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:
{
"mcpServers": {
"sui-tools": {
"command": "npx",
"args": ["-y", "sui-mcp@latest"]
}
}
}Method 2: Local Build
1. Clone and install dependencies:
git clone https://github.com/0xdwong/sui-mcp.git
cd sui-mcp
yarn install2. Build the project:
yarn build3. Configure Claude Desktop with your local build:
{
"mcpServers": {
"sui-tools": {
"command": "node",
"args": ["/build/index.js"]
}
}
}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
Frequently asked questions
What is sui-mcp?
sui-mcp is Sui MCP Tools
How do I install sui-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is sui-mcp open source?
Yes โ it is hosted on GitHub at https://github.com/deanplus/sui-mcp and has 4 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams โ everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP