Skip to main content
Glama

MCP Sui Tools

수이 MCP 도구

Sui 블록체인 기반 MCP(모델 컨텍스트 프로토콜) 툴킷입니다. 이 프로젝트는 Sui 블록체인과 상호 작용하는 기능을 제공하고, MCP SDK를 통합하여 모델 컨텍스트 프로토콜 기능을 구현합니다.

🚀 특징

  • 유형 안전을 위해 TypeScript로 개발됨
  • Sui 블록체인 기능과의 긴밀한 통합
  • 다양한 네트워크 환경 지원(testnet, devnet)
  • 완전한 빌드 스크립트 및 개발 툴체인

📦 설치 및 구성

Sui MCP Tools를 설치하고 구성하는 방법은 두 가지가 있습니다.

방법 1: npx 사용(권장)

가장 간단한 방법은 Claude Desktop 구성 파일에 다음 구성을 추가하는 것입니다.

지엑스피1

방법 2: 로컬 빌드

  1. 종속성을 복제하고 설치합니다.
git clone https://github.com/0xdwong/sui-mcp.git cd sui-mcp yarn install
  1. 프로젝트를 빌드하세요:
yarn build
  1. 로컬 빌드로 Claude Desktop을 구성하세요.
{ "mcpServers": { "sui-tools": { "command": "node", "args": ["<absolute-path-to-your-project>/build/index.js"] } } }

구성 위치

Claude Desktop 구성 파일은 다음 위치에 있습니다.

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • 리눅스: ~/.config/Claude/claude_desktop_config.json

Claude Desktop을 통해 이 파일에 액세스할 수 있습니다: Claude > 설정 > 개발자 > 구성 편집

변경 사항을 적용하려면 Claude Desktop을 다시 시작하세요.

🛠 사용 가능한 도구

  • 테스트넷 Faucet

    예: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa에 대한 SUI 요청

  • SUI 잔액 확인

    예: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa에 대한 SUI 잔액을 확인하세요.

  • SUI 전송

    예: 1 SUI를 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa로 전송

📚 문서

You must be authenticated.

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.

Sui 블록체인과 통합된 툴킷으로, 사용자가 지갑 주소를 제공할 때 Claude가 테스트넷 Faucet 도구를 통해 테스트 토큰을 요청할 수 있습니다.

  1. 🚀 특징
    1. 📦 설치 및 구성
      1. 방법 1: npx 사용(권장)
      2. 방법 2: 로컬 빌드
      3. 구성 위치
    2. 🛠 사용 가능한 도구
      1. 📚 문서

        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 -
          5
          1
          JavaScript
          MIT License
        • -
          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 -
          136
          204
          TypeScript
          MIT License
          • Apple
          • Linux
        • -
          security
          F
          license
          -
          quality
          An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
          Last updated -
          TypeScript
          • Apple
        • A
          security
          A
          license
          A
          quality
          Provides Claude with access to Ethereum and EVM-compatible blockchain operations, enabling wallet management, transaction handling, contract interactions, and blockchain queries through natural language.
          Last updated -
          35
          30
          2
          TypeScript
          MIT License
          • Apple
          • Linux

        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