Getting Started
Welcome to MCP Wallet! This guide will help you set up your wallet and connect it to AI assistants in just a few minutes.
Installation
Download
Choose your platform:
# Download the .dmg file
# Coming soon: Direct download link# Download the .exe installer
# Coming soon: Direct download link# Download the .AppImage
# Coming soon: Direct download linkBuild from Source
If you prefer to build from source:
# Clone the repository
git clone https://github.com/teamtaoist/mcp-wallet.git
cd mcp-wallet
# Install dependencies
npm install
# Run in development mode
npm run dev
# Or build for production
npm run buildSee the Developer Guide for detailed build instructions.
First-Time Setup
1. Create Your Wallet
When you first launch MCP Wallet, you'll see the setup wizard:
Welcome Screen
- Click "Get Started"
Create or Import
- Choose "Create New Wallet" (or "Import Existing" if you have a seed phrase)
Save Your Seed Phrase
- You'll receive a 12-word seed phrase
- Write it down and store it safely!
- This is the ONLY way to recover your wallet
Confirm Seed Phrase
- Enter your seed phrase to confirm you saved it
Set Password
- Create a strong password
- This encrypts your wallet on this device
Important
Never share your seed phrase with anyone!
- Anyone with your seed phrase can access your funds
- Store it offline in a secure location
- MCP Wallet will never ask for your seed phrase
2. Configure Network
Choose which blockchain network to use:
Go to Settings → Network
Select network:
- BSC Testnet (recommended for testing)
- BSC Mainnet (for real transactions)
First Time Users
Start with BSC Testnet to familiarize yourself with the wallet without risking real funds!
3. Get Test Funds (Testnet Only)
If you're using BSC Testnet, get some test BNB:
Copy your wallet address:
- Click Receive button
- Copy the address shown
Visit BSC Testnet Faucet
Paste your address and request testnet BNB
Wait 1-2 minutes for the transaction to confirm
4. Set Up AI Integration
To allow AI assistants to access your wallet:
Enable API Access
- Go to Settings → Accounts
- Toggle "Enable API" for your account
Monitor Activity (recommended)
- Review transaction history regularly
- All AI transactions are labeled "AI-initiated"
Start MCP Server
- Go to Settings → MCP Server
- Server starts automatically when wallet is unlocked
Connect Your AI Assistant
- See Claude Code Integration
- More AI assistants coming soon!
Basic Operations
Sending Transactions
- Click Send in the main wallet view
- Enter recipient address
- Enter amount
- Select token (BNB or USDT)
- Review and click Send
- Confirm with your password
Receiving Funds
- Click Receive in the main wallet view
- Share your address or QR code
- Wait for confirmation
- Check transaction in History
Viewing Transaction History
- Go to Transactions tab
- Filter by:
- All transactions
- Manual (sent by you)
- AI-initiated (sent by assistants)
- Click any transaction to see details
What's Next?
Now that your wallet is set up:
Need Help?
- 📢 Telegram Community - Community discussion and support
- 📖 Check the Troubleshooting Guide
- 🐛 GitHub Issues - Bug reports and feature requests