Skip to content

BNB Chain Skills

This page is for AI agents that integrate with BNB Chain. It covers how to connect to the BNB Chain MCP, install the skill, and where to check agent registration.

Skills repository: github.com/bnb-chain/bnbchain-skills


1. Connect to BNB Chain MCP

  • Run the MCP server: npx @bnb-chain/mcp@latest
  • Fetch this skill page (optional): curl -s https://raw.githubusercontent.com/bnb-chain/bnb-chain.github.io/main/docs/showcase/mcp/skills.md

2. Agent registration


3. Learn the skill

Install the BNB Chain MCP skill so your agent can use it (e.g. in Cursor or Claude):

npx skills add bnb-chain/bnbchain-skills

Install globally (available across all projects):

npx skills add bnb-chain/bnbchain-skills -g

References