1

Open Settings

Navigate to Cursor → Settings → Cursor Settings → MCP

Cursor → Settings → Cursor Settings → MCP
2

Configure Server

Click “Add new Global MCP server” and add this configuration to mcp.json:

{
  "mcpServers": {
    "sei-mcp-server": {
      "command": "npx",
      "args": ["-y", "@sei-js/mcp-server"],
      "env": {
        "PRIVATE_KEY": "your_private_key_here"
      }
    }
  }
}
3

Restart

Restart Cursor to activate the MCP server. You’ll see a notification when it’s ready.

Private Key Setup

Use a dedicated test wallet with minimal funds. Never use your main wallet’s private key.

Export your private key from your wallet:

1

Access Wallet Settings

Look for “Export Private Key” or “Show Private Key” in wallet settings

2

Verify Format

Ensure the key starts with 0x

3

Fund Wallet

Fund the wallet with small amounts for testing