BSC-MCP

BSC-MCP

0

The BSC Wallet Provider for Cursor is an MCP server designed to manage BSC wallets and tokens efficiently within Cursor. It provides wallet management, token operations, and network switching functionalities, ensuring security and persistence by storing data locally.

BSC Wallet Provider for Cursor

This project is an MCP (Model Context Protocol) server offering tools for managing BSC wallets and tokens directly within Cursor.

Features

  • Wallet Management: Create, import, list wallets and check balances
  • Token Operations: Transfer tokens, check balances, and approve spending
  • Network Switching: Toggle between BSC Mainnet and Testnet without restart
  • Persistent Storage: Wallets are saved locally for future sessions

Network Configuration

  • Testnet: For testing with free tBNB (default)
  • Mainnet: For real transactions with actual BNB

You can switch networks at any time without restarting the server. Wallets are stored as JSON files locally, and your private keys are never sent to external services. The network state persists during the server session.