Skip to content
Grok

Sui Analytics for Grok

io.github.0xfreak0/sui-mcp

Read-only Sui analytics: 68 tools, protocol-aware tx decoding, no API keys or wallet.

client:Grok transport:stdio runtime:npm

Install Sui Analytics in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sui-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sui-analytics-mcp"
      ],
      "env": {
        "SUI_NETWORK": "<SUI_NETWORK>",
        "SUI_FULLNODE_URL": "<SUI_FULLNODE_URL>",
        "SUI_GRAPHQL_URL": "<SUI_GRAPHQL_URL>",
        "SUI_TOOLS": "<SUI_TOOLS>",
        "SUI_DECOMPILER_PATH": "<SUI_DECOMPILER_PATH>",
        "SUI_LABELS_FILE": "<SUI_LABELS_FILE>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Sui Analytics in other clients