★ 0 stars
JavaScript
🌐 Browser/Web
Updated today
53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics. Built on @mysten/sui SDK.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"ExpertVagabond/sui-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sui-mcp-server npx -y ExpertVagabond/sui-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"ExpertVagabond/sui-mcp-server"
]
}
}
}
Topics
aiai-toolsblockchaindefimcpmcp-servermodel-context-protocolmovesuitoolsweb3