MCP ExplorerExplorer

Sui Mcp

@0xdwongon 9 months ago
2 MIT
FreeCommunity
AI Systems
Sui MCP is a toolkit for interacting with the Sui blockchain using Model Context Protocol.

Overview

What is Sui Mcp

Sui MCP is a toolkit designed for the Model Context Protocol (MCP) based on the Sui blockchain, enabling interaction with Sui’s features and functionalities.

Use cases

Use cases include requesting SUI from testnet faucets, checking SUI balances, and transferring SUI between addresses.

How to use

To use Sui MCP, you can install it via npx or build it locally. For npx, add the configuration to your Claude Desktop config file. For local build, clone the repository, install dependencies, build the project, and configure Claude Desktop accordingly.

Key features

Key features include TypeScript development for type safety, deep integration with the Sui blockchain, support for multiple network environments (testnet, devnet), and complete build scripts and development toolchain.

Where to use

Sui MCP can be used in blockchain development, particularly for applications that require interaction with the Sui blockchain and implementation of model context protocols.

Content

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 install
  1. Build the project:
yarn build
  1. Configure Claude Desktop with your local build:
{
  "mcpServers": {
    "sui-tools": {
      "command": "node",
      "args": [
        "<absolute-path-to-your-project>/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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers