MCP.so
Sign In
Servers

Sui Serverless MCP

@tamago-labs

Serverless-based MCP server implementation for Sui blockchain using zkLogin

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "sui-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sui-serverless-mcp",
        "--sui_private_key=YOUR_PRIVATE_KEY",
        "--sui_network=mainnet"
      ],
      "disabled": false
    }
  }
}

More from Cloud & Infrastructure