Skip to content
VS Code

sui mcp server for VS Code

io.github.expertvagabond/sui-mcp-server

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

client:VS Code transport:stdio runtime:npm

Install sui mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "sui-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sui-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

sui mcp server in other clients