Skip to main content
Glama

MCP Sui Tools

Sui MCPツール

これは、SuiブロックチェーンをベースにしたMCP(モデルコンテキストプロトコル)ツールキットです。このプロジェクトは、Suiブロックチェーンと連携するための機能を提供し、MCP SDKを統合してモデルコンテキストプロトコルの機能を実装します。

🚀 機能

  • 型安全性のためにTypeScriptで開発
  • Suiブロックチェーン機能との緊密な統合
  • 複数のネットワーク環境(テストネット、開発ネット)のサポート
  • 完全なビルドスクリプトと開発ツールチェーン

📦 インストールと設定

Sui MCP ツールをインストールして構成するには、次の 2 つの方法があります。

方法1: npxを使用する(推奨)

これは最も簡単な方法です。Claude Desktop 構成ファイルに次の構成を追加するだけです。

{ "mcpServers": { "sui-tools": { "command": "npx", "args": ["-y", "sui-mcp@latest"] } } }

方法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
  • Linux: ~/.config/Claude/claude_desktop_config.json

このファイルには、Claude Desktop からアクセスできます: Claude > 設定 > 開発者 > 設定の編集

変更を有効にするには、Claude Desktop を再起動してください。

🛠 利用可能なツール

  • テストネットフォーセット

    例: 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 がテストネット フォーセット ツールを通じてテスト トークンをリクエストできるようになります。

  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