
Sui Mcp Server
Give your agent a single MCP surface for Sui wallets, DeFi, Move contracts, staking, SuiNS, and chain analytics instead of bespoke scripts.
Overview
Sui MCP Server is a Build-phase MCP server that exposes 53 tools for Sui wallets, DeFi, Move contracts, staking, SuiNS, and analytics to AI agents.
What is this MCP server?
- 53-tool MCP coverage for Sui blockchain operations
- Wallet, DeFi, Move contract, staking, SuiNS, and analytics capabilities in one server
- stdio npm package sui-mcp-server (v0.4.2)
- Consolidates many RPC and CLI tasks into agent-invokable tools
- Maintained under ExpertVagabond/sui-mcp-server on GitHub
- 53 MCP tools documented in server description
- Server version 0.4.2
- npm identifier sui-mcp-server
Community signal: 1 GitHub stars.
What problem does it solve?
Building on Sui means juggling wallets, Move, DeFi, and analytics APIs that do not fit neatly into one agent workflow.
Who is it for?
Solo developers building Sui-native apps or agents who want broad chain coverage in one MCP registration.
Skip if: Builders on Ethereum-only stacks or anyone who needs a minimal two-tool MCP without DeFi or Move depth.
What do I get? / Deliverables
After install, your agent can call a unified Sui toolset for chain operations instead of you hand-rolling dozens of integrations.
- stdio MCP server with 53 Sui-oriented agent tools
- Unified agent access to wallets, DeFi, Move, staking, SuiNS, and analytics flows
- Reduced need for one-off Sui CLI scripts during integration
Recommended MCP Servers
Journey fit
Blockchain tooling lands when you integrate on-chain features into the product you are building, not during lightweight validation sketches. Fifty-three tools across wallets and DeFi map directly to backend and integrations work for Sui-native apps.
How it compares
Full-stack Sui chain MCP (53 tools), not a single-purpose wallet snippet or generic LLM skill.
Common Questions / FAQ
Who is sui-mcp-server for?
Indie and solo builders on Sui who use MCP hosts like Claude Code or Cursor and want wallet, DeFi, Move, staking, and SuiNS tools in one server.
When should I use sui-mcp-server?
Use it during build when you are integrating Sui reads, writes, staking, or contract workflows into your agent-assisted development loop.
How do I add sui-mcp-server to my agent?
Install the sui-mcp-server npm package from the registry, configure it as a stdio MCP server in your host, and point your agent at the published tool surface.