mcpbeat Sign in
local only

Sui MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 8 Sep 2026.

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

Installs per day peak 25 · avg 9 · +11% w/w
a month agotoday
52
Installs / week
npm · sui-mcp-server
1
Stars
2 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sui MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sui-mcp-server -- npx -y sui-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sui-mcp-server": {
      "args": [
        "-y",
        "sui-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sui-mcp-server]
command = "npx"
args = ["-y", "sui-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sui-mcp-server": {
      "args": [
        "-y",
        "sui-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sui-mcp-server": {
      "args": [
        "-y",
        "sui-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sui MCP Server

same job, measured the same way
Nansen
by nansen-ai

Blockchain analytics API for AI agents. Smart Money signals, wallet profiling, token analytics.

50 tools answering
Kaseya BMS MCP
by servosity

CLI and MCP server for Kaseya BMS PSA: tickets, CRM, contracts, finance, and offline analytics.

local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

30 installs/wk local only
Ramaris App
by ramaris-app

On-chain wallet analytics and trading strategies on Base for AI assistants

local only
ZulipChat MCP Server
by akougkas

ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics

186 installs/wk local only
Roistat MCP
by theyahia

MCP server for Roistat API — marketing analytics, visits tracking. API key auth.

48 installs/wk local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
Plausible MCP Server
by friendlygeorge

MCP server for Plausible Analytics — privacy-friendly web analytics. 12 tools for traffic, conver...

29 installs/wk local only

Sui MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sui MCP Server?
Sui MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sui-mcp-server was installed 52 times last week.
How do I connect Sui MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sui-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Sui MCP Server?
The npm package sui-mcp-server was installed 52 times in the last week. Week over week that is +11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sui MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.