MCP Sui Tools
Sui MCPツール
これは、SuiブロックチェーンをベースにしたMCP(モデルコンテキストプロトコル)ツールキットです。このプロジェクトは、Suiブロックチェーンと連携するための機能を提供し、MCP SDKを統合してモデルコンテキストプロトコルの機能を実装します。
🚀 機能
型安全性のためにTypeScriptで開発
Suiブロックチェーン機能との緊密な統合
複数のネットワーク環境(テストネット、開発ネット)のサポート
完全なビルドスクリプトと開発ツールチェーン
Related MCP server: Hexiaoyi MCP
📦 インストールと設定
Sui MCP ツールをインストールして構成するには、次の 2 つの方法があります。
方法1: npxを使用する(推奨)
これは最も簡単な方法です。Claude Desktop 構成ファイルに次の構成を追加するだけです。
{
"mcpServers": {
"sui-tools": {
"command": "npx",
"args": ["-y", "sui-mcp@latest"]
}
}
}方法2: ローカルビルド
依存関係をクローンしてインストールします。
git clone https://github.com/0xdwong/sui-mcp.git
cd sui-mcp
yarn installプロジェクトをビルドします。
yarn buildローカル ビルドで 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.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
このファイルには、Claude Desktop からアクセスできます: Claude > 設定 > 開発者 > 設定の編集
変更を有効にするには、Claude Desktop を再起動してください。
🛠 利用可能なツール
テストネットフォーセット
例: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa の SUI をリクエストする
SUI残高を確認する
例: 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa の SUI 残高を確認します
SUIの転送
例: 1 SUI を 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa に転送
📚 ドキュメント
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides Claude with access to Ethereum and EVM-compatible blockchain operations, enabling wallet management, transaction handling, contract interactions, and blockchain queries through natural language.358710MIT
- Alicense-qualityDmaintenanceA powerful toolkit that enables seamless interaction with EVM-compatible networks through natural language processing and AI assistance, allowing users to manage wallets, launch tokens, and interact with blockchain networks.20MIT
- FlicenseAqualityDmaintenanceGives Claude a Solana wallet to send USDC, check balances, and manage blockchain transactions on Solana's devnet test network.5
- AlicenseAqualityDmaintenanceAn MCP server providing tools for Sui blockchain interaction, including wallet management and Move smart contract development. It enables users to build, test, and publish contracts, query on-chain objects, and execute transactions through Claude.1410MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balance…
Live SEO workflow tools for Claude Code, Codex, and AI agents.
500+ pay-per-call tools + skill packs. USDC + USDG on 12 chains, or free via proof-of-work.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/deanplus/sui-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server