Sui MCP Server
An 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.
README
Sui Agent MCP
MCP (Model Context Protocol) server that provides Sui blockchain tools for Claude Code.
Features
- Wallet Control: Interact with Sui Agent Wallet for signing transactions
- Move Development: Build, test, and publish Move smart contracts
- On-chain Queries: Fetch object data and decompile contracts
Tools (14 total)
Wallet Tools
| Tool | Description |
|---|---|
sui_wallet_address |
Get current wallet address |
sui_wallet_balance |
Check SUI balance |
sui_wallet_accounts |
List all derived accounts |
sui_wallet_pending |
View pending signing requests |
sui_wallet_approve |
Approve a pending transaction |
sui_wallet_reject |
Reject a pending transaction |
sui_wallet_switch_network |
Switch network (mainnet/testnet/devnet/localnet) |
sui_wallet_sign_execute |
Sign and execute unsigned transaction |
CLI Tools
| Tool | Description |
|---|---|
sui_cli |
Run any Sui CLI command |
sui_move_build |
Build a Move package |
sui_move_test_coverage |
Run tests with coverage analysis |
sui_move_publish_unsigned |
Generate unsigned publish transaction |
Query Tools
| Tool | Description |
|---|---|
sui_object |
Get information about a Sui object |
sui_decompile |
Get Suivision URL for package source |
Installation
Prerequisites
- Node.js 18+
- Sui CLI installed and configured
- Sui Agent Wallet (optional, for wallet tools): sui-skills
Add to Claude Code
# Option 1: Install from npm (recommended)
claude mcp add sui -- npx -y sui-agent-mcp
# Option 2: Clone and run locally
git clone https://github.com/EasonC13-agent/sui-mcp.git
cd sui-mcp
npm install
npm run build
claude mcp add sui -- node $(pwd)/dist/index.js
Verify Installation
claude mcp list
# Should show: sui
Configuration
Wallet Server URL
By default, the server connects to http://localhost:3847 for wallet operations.
Override with environment variable:
SUI_WALLET_SERVER=http://localhost:3847 npx sui-mcp
Usage Examples
Once added to Claude Code, you can use natural language:
- "What's my Sui wallet address?"
- "Check my SUI balance"
- "Build the Move package at ./my-contract"
- "Run tests with coverage for the counter module"
- "Publish this contract to testnet"
- "Get info about object 0x123..."
Contract Deployment Workflow
- Build:
sui_move_build - Generate unsigned tx:
sui_move_publish_unsigned - Sign and execute:
sui_wallet_sign_execute
Related Projects
- sui-agent-wallet - Chrome extension + local server for AI-controlled Sui wallet
- sui-move skill - Sui Move development reference
- sui-coverage skill - Test coverage analysis
- sui-decompile skill - On-chain contract decompilation
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.