Skip to main content
Glama

MCP Sui Tools

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:

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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Un kit de herramientas que se integra con la cadena de bloques Sui, lo que permite a Claude solicitar tokens de prueba a través de una herramienta de grifo de red de prueba cuando los usuarios proporcionan sus direcciones de billetera.

  1. 🚀 Características
    1. 📦 Instalación y configuración
      1. Método 1: Usar npx (recomendado)
      2. Método 2: compilación local
      3. Ubicación de la configuración
    2. 🛠 Herramientas disponibles
      1. 📚 Documentación

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Enables 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 7 months ago
          5
          1
          MIT License
        • A
          security
          A
          license
          A
          quality
          Enables 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 2 months ago
          12
          7
          2
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          Provides 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 2 months ago
          39
          274
          MIT License
          • Apple
          • Linux
        • A
          security
          F
          license
          A
          quality
          A comprehensive toolkit for Ethereum blockchain analysis within Claude AI, enabling contract auditing, wallet analysis, profitability tracking, and on-chain data retrieval.
          Last updated 5 months ago
          11
          539
          9

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xdwong/sui-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server