MCP Sui Tools
수이 MCP 도구
Sui 블록체인 기반 MCP(모델 컨텍스트 프로토콜) 툴킷입니다. 이 프로젝트는 Sui 블록체인과 상호 작용하는 기능을 제공하고, MCP SDK를 통합하여 모델 컨텍스트 프로토콜 기능을 구현합니다.
🚀 특징
유형 안전을 위해 TypeScript로 개발됨
Sui 블록체인 기능과의 긴밀한 통합
다양한 네트워크 환경 지원(testnet, devnet)
완전한 빌드 스크립트 및 개발 툴체인
Related MCP server: Hexiaoyi MCP
📦 설치 및 구성
Sui MCP Tools를 설치하고 구성하는 방법은 두 가지가 있습니다.
방법 1: npx 사용(권장)
가장 간단한 방법은 Claude Desktop 구성 파일에 다음 구성을 추가하는 것입니다.
지엑스피1
방법 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.json리눅스:
~/.config/Claude/claude_desktop_config.json
Claude Desktop을 통해 이 파일에 액세스할 수 있습니다: Claude > 설정 > 개발자 > 구성 편집
변경 사항을 적용하려면 Claude Desktop을 다시 시작하세요.
🛠 사용 가능한 도구
테스트넷 Faucet
예: 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