A MCP server for Sui data stack providing orchestration across gRPC, GraphQL, and Archival Service
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"
]
}
}
}
Run in terminal:
claude mcp add sui-mcp-server npx -y abhinavg6/sui-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"abhinavg6/sui-mcp-server"
]
}
}
}