MCP Sui Tools
Sui MCP 工具
这是一个基于 Sui 区块链的 MCP(模型上下文协议)工具包。该项目提供与 Sui 区块链交互的功能,并集成 MCP SDK 以实现模型上下文协议功能。
🚀 功能
使用 TypeScript 开发以确保类型安全
与 Sui 区块链功能深度集成
支持多种网络环境(测试网、开发网)
完整的构建脚本和开发工具链
Related MCP server: Hexiaoyi MCP
📦安装和配置
安装和配置 Sui MCP Tools 有两种方法:
方法 1:使用 npx(推荐)
这是最简单的方法 - 只需将以下配置添加到您的 Claude Desktop 配置文件中:
{
"mcpServers": {
"sui-tools": {
"command": "npx",
"args": ["-y", "sui-mcp@latest"]
}
}
}方法二:本地构建
克隆并安装依赖项:
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