Sui Serverless MCP
@tamago-labs
About Sui Serverless MCP
Serverless-based MCP server implementation for Sui blockchain using zkLogin
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sui-mcp": {
"command": "npx",
"args": [
"-y",
"sui-serverless-mcp",
"--sui_private_key=YOUR_PRIVATE_KEY",
"--sui_network=mainnet"
],
"disabled": false
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Cloud & Infrastructure MCP servers
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Comments