Sui Serverless MCP
@tamago-labs
Sui Serverless MCP について
Serverless-based MCP server implementation for Sui blockchain using zkLogin
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sui-mcp": {
"command": "npx",
"args": [
"-y",
"sui-serverless-mcp",
"--sui_private_key=YOUR_PRIVATE_KEY",
"--sui_network=mainnet"
],
"disabled": false
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sui Serverless MCP?
Sui Serverless MCP is a Model Context Protocol (MCP) server implementation for the Sui blockchain that leverages zkLogin authentication. It enables AI assistants supporting the Model Context Protocol to securely interact with the Sui ecosystem, allowing users to perform a wide range of on-chain operations without needing to write code or understand technical details.
How to use Sui Serverless MCP?
Install via npx or globally with npm. Configure in Claude Desktop settings by adding an entry to mcpServers with the command npx -y sui-serverless-mcp and arguments including either --sui_private_key or --sui_access_key and --sui_network=mainnet. For Linux environments using NVM, use absolute paths.
Key features of Sui Serverless MCP
- Supports MCP-compatible clients like Claude Desktop.
- 10+ MCP tools covering account, token, and staking operations.
- Token swaps on Mainnet via Cetus DEX Aggregator.
- Fully non-custodial with zkLogin wallet support.
- Two authentication modes: zkLogin and Private Key.
- Backend dashboard for access key management and transaction approval.
Use cases of Sui Serverless MCP
- Check wallet balances and addresses from an AI chat.
- Transfer SUI tokens to another address.
- Stake and unstake SUI tokens to validators.
- Deploy new tokens on the Sui blockchain.
- Register and look up SNS domains.
- Swap tokens using Cetus DEX Aggregator aggregator quotes.
FAQ from Sui Serverless MCP
What is the difference between zkLogin and Private Key modes?
In zkLogin mode, the private key is never exposed and write operations require manual approval via the dashboard. In Private Key mode, operations execute automatically but the user must securely manage the private key.
How do I obtain an access key for zkLogin mode?
The access key can be obtained from the Sui Serverless MCP dashboard. After logging in, a unique access key is generated for each user.
What tools are available in Sui Serverless MCP?
The server provides over 10 tools including sui_get_wallet_address, sui_get_all_balances, sui_transfer_token, sui_stake, sui_get_stake, sui_unstake, sui_deploy_token, sui_get_sns_name_record, sui_register_sns, sui_get_swap_quote, and sui_swap_tokens.
Can I run Sui Serverless MCP on Linux with NVM?
Yes, but you must manually configure the absolute path to Node.js and the installed module, as NVM installs libraries in version-specific directories.
Does Sui Serverless MCP require external servers for transaction processing?
In Private Key mode, transactions are handled locally without exposing data to external servers. In zkLogin mode, transaction requests are pushed to a backend and stored pending approval, requiring the dashboard for write operations.
「クラウドとインフラ」の他のコンテンツ
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
コメント