A toolkit for interacting with the Sui blockchain and integrating MCP SDK features, with support for multiple network environments.
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.
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
yarn build
{
"mcpServers": {
"sui-tools": {
"command": "node",
"args": ["<absolute-path-to-your-project>/build/index.js"]
}
}
}
The Claude Desktop configuration file is located at:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.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
eg: request SUI for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
Check SUI balance
eg: check SUI balance for 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
Transfer SUI
eg: transfer 1 SUI to 0x9eb94b1c301505d188f1b97914208b31a5419b57b2a3571169ad2165d41c2ffa
An interactive sandbox to safely execute Python code and install packages in isolated Docker containers.
Advanced text-to-image generation using the fal.ai Recraft v3 API.
A server for Zep, a long-term memory store for AI applications, requiring a ZEP_API_KEY for access.
A Python client for connecting to Model Context Protocol (MCP) servers, supporting local scripts and npx packages.
A tool server for integrating Dify Workflows via the Model Context Protocol (MCP).
Provides developers with continuous, project-centric context awareness. Requires a TursoDB database.
A template for deploying a remote, authentication-free MCP server on Cloudflare Workers.
Work on your code with JetBrains IDEs
Manage AI prompts as local markdown files.
Integrates Zeek network analysis with conversational AI clients. Requires an external Zeek installation.