Sui MCP Server
Rank #29,201io.github.ExpertVagabond/sui-mcp-server
MCP server providing sui-server capabilities
Sui MCP Server is a Model Context Protocol (MCP) server published by expertvagabond. It ranks #29,201 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Sui MCP Server is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 2 tracked versions. It was first listed on Sep 21, 2025 and most recently updated on Mar 26, 2026.
Ranks ahead of 86,259 of 115,460 servers on MCP Toplist.
Use Sui MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sui-mcp-server -- npx -y sui-mcp-server[mcp_servers.sui-mcp-server]
command = "npx"
args = ["-y", "sui-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"sui-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"sui-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sui-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sui-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"sui-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sui-mcp-server": {
"command": "npx",
"args": [
"-y",
"sui-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ExpertVagabond%2Fsui-mcp-server)<a href="https://mcptoplist.com/server/io.github.ExpertVagabond%2Fsui-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ExpertVagabond%2Fsui-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
expertvagabond
Other servers by expertvagabond
- Raycast#11,131 · 2 vers
- Universal Blockchain#11,516 · 2 vers
- Solana#12,056 · 2 vers
- Ordinals#24,232 · 2 vers
- Watsonx#26,655 · 2 vers
- Guardrails#31,586 · 2 vers
- Ibmz#31,587 · 2 vers
- Solmail#31,588 · 2 vers
- robinhood-chain-mcp#32,829 · 1 ver
- shopify-mcp#39,012 · 1 ver
- jupiter-mcp#39,606 · 1 ver
- Ibmcloud#42,670 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.4.2 | Mar 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sui MCP Server?
- Sui MCP Server is maintained by expertvagabond, which publishes 20 MCP servers (33 total versions) tracked on MCP Toplist.
- Is Sui MCP Server listed on the Official MCP Registry?
- Yes — Sui MCP Server is listed on the Official MCP Registry, alongside Smithery, Glama and PulseMCP.
- How many versions does Sui MCP Server have?
- MCP Toplist tracks 2 versions of Sui MCP Server, most recently published on Mar 26, 2026.
- Where can I find the source code for Sui MCP Server?
- The source code for Sui MCP Server is hosted at github.com/expertvagabond/sui-mcp-server.