Sui
About
Integrates with the Sui blockchain network to enable test token requests, wallet management, and smart contract interactions using the official Sui SDK
Details
- Author
- 0xdwong
- Repository
- deanplus/sui-mcp
- GitHub stars
- 1
- License
- MIT License
- Categories
- Developer Tools, Design, AI, Frontend, Infrastructure
Jump to
- Developed with TypeScript for type safety
- Deep integration with Sui blockchain functionality
- Support for multiple network environments (testnet, devnet)
- Complete build scripts and development toolchain
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SuiCommand (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
sui-mcp@latest
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
There are two ways to install and configure Sui MCP Tools:
The Claude Desktop configuration file is located at:
- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
- Linux: ~/.config/Claude/claude_desktop_config.json
You can access this file via Claude Desktop: Claude > Settings > Developer > Edit Config
Restart Claude Desktop for the changes to take effect.
Testnet Faucet
Request SUI for a specific address. Example usage: request SUI for <address>
Check SUI balance
Check the SUI balance for a specific address. Example usage: check SUI balance for <address>
Transfer SUI
Transfer a specified amount of SUI to a specific address. Example usage: transfer <amount> SUI to <address>
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"sui": {
"cwd": "~/Library/Application Support/Claude",
"env": {},
"args": [
"-y",
"sui-mcp@latest"
],
"shell": false,
"command": "npx"
}
}
}
Linux
{
"cwd": "~/.config/Claude",
"env": [],
"args": [
"-y",
"sui-mcp@latest"
],
"shell": false,
"command": "npx"
}
Macos
{
"cwd": "~/Library/Application Support/Claude",
"env": [],
"args": [
"-y",
"sui-mcp@latest"
],
"shell": false,
"command": "npx"
}
Windows
{
"cwd": "%APPDATA%\\Claude",
"env": [],
"args": [
"/c",
"npx",
"-y",
"sui-mcp@latest"
],
"shell": true,
"command": "cmd"
}
This is a MCP (Model Context Protocol) toolkit based on the Sui blockchain. The project provides functionality to interact with the Sui blockchain and integrates the MCP SDK to implement model context protocol features.
- Developed with TypeScript for type safety
- Deep integration with Sui blockchain functionality
- Support for multiple network environments (testnet, devnet)
- Complete build scripts and development toolchain
There are two ways to install and configure Sui MCP Tools:
This is the simplest way - just add the following configuration to your Claude Desktop config file:
{ "mcpServers": { "sui-tools": { "command": "npx", "args": ["-y", "sui-mcp@latest"] } } }
git clone https://github.com/0xdwong/sui-mcp.git cd sui-mcp yarn install
- Configure Claude Desktop with your local build:
{ "mcpServers": { "sui-tools": { "command": "node", "args": ["<absolute-path-to-your-project>/build/index.js"] } } }
The Claude Desktop configuration file is located at:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- Linux:~/.config/Claude/claude_desktop_config.json
You can access this file via Claude Desktop: Claude > Settings > Developer > Edit Config
Restart Claude Desktop for the changes to take effect.
eg: request SUI for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
eg: check SUI balance for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
eg: transfer 1 SUI to 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
- Sui Developer Documentation
- MCP Protocol Documentation
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




