Odel
sui mcp server

sui mcp server

Local
@expertvagabond1TypeScriptMITUpdated Today

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsui-mcp-serverv0.4.2

Run

npx -y sui-mcp-server

MCP client config

{
  "mcpServers": {
    "sui-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sui-mcp-server"
      ]
    }
  }
}