sui-mcp-server

abhinavg6/sui-mcp-server
★ 1 stars TypeScript 🗄️ Database Updated today
A MCP server for Sui data stack providing orchestration across gRPC, GraphQL, and Archival Service
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",
        "abhinavg6/sui-mcp-server"
      ]
    }
  }
}