This connects Claude to BNB Chain's MCP server so you can query blocks, check balances, deploy contracts, and send transactions directly from conversation. It covers the full stack: EVM reads and writes, ERC20 and NFT operations, ERC-8004 agent registration (so your MCP server can register itself on-chain), and BNB Greenfield storage tools. You'll need a private key in the server environment for anything that changes state, but reads work fine without one. The skill is clear about one critical thing: writes require an explicit network parameter because defaulting to mainnet risks irreversible mistakes. Built on npx @bnb-chain/mcp, so no local installation needed.
npx skills add https://github.com/bnb-chain/bnbchain-skills --skill bnbchain-mcp