Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quick Start

This is the shortest path to a working approval flow.

1. Start the TUI

mutx-tui

On first run, create or import a wallet from the Wallets tab:

  1. Press n to create a wallet, or i to import one
  2. Choose the network for the wallet
  3. Use password protection unless you are testing on throwaway wallets
  4. Press r to display the receive address
  5. Press b to refresh balances

2. Start the MCP server

Local stdio mode:

mutx-mcp

HTTP mode:

mutx-mcp --mode http --bind 0.0.0.0:8000

3. Connect your MCP client

Minimal local configuration:

{
  "mcpServers": {
    "mutx": {
      "command": "mutx-mcp"
    }
  }
}

If you run the MCP server over HTTP, point your client to /mcp on the chosen host and port.

4. Approve the first request

When the client calls a sensitive tool:

  • the request appears in the Requests tab
  • press y to approve
  • press n to deny

WalletConnect session proposals are handled from the DApps tab rather than the Requests queue.

See the MCP Setup guide for detailed configuration.