Skip to main content
Use Berachain docs inside AI assistants and MCP-compatible clients (e.g. Cursor, Claude Code) by adding our MCP server. This page gives the server URL, what the docs cover, and how to ask so the AI uses the right content.

MCP server

Add the Berachain docs MCP server so the AI can read the latest docs instead of relying on training data: URL: https://docs.berachain.com/mcp Configure this in your MCP client; then the AI can query our pages, guides, and contract references directly.

What we have examples for

The docs and Community Developers catalog cover these parts of the stack. Each area has at least one guide with a Guide page (requirements, quick start, key files, raw README link for MCP).
AreaWhat’s coveredWhere
Wallet connectionsNext.js + WalletConnect, ThirdWeb, Particle, RainbowKit, ExpoCommunity Developers → Wallet Connections
BridgingERC20 to Berachain via LayerZero V2 OFTCommunity Developers → Bridging
Smart contractsDeploy (Ethers, Viem, Hardhat, Foundry), verify on Berascan, ERC20, ERC1155, upgradeable (OpenZeppelin)Community Developers → Smart Contract Deployment & Verification; Verifying smart contracts
Indexing & queryingGoldsky subgraph, Envio ERC20 indexer (+ The Graph, SubQuery linked)Community Developers → Indexing and Querying
Verifiable randomnessGelato VRF, Pyth Entropy (e.g. provably fair NFTs)Community Developers → Verifiable Randomness
OraclesPyth price feeds (on-demand updates)Community Developers → Oracles
GovernanceReward Vault proposals (BRIP-style)Community Developers → Governance
StorageIrys uploads paid with $BERA (Node.js)Community Developers → Storage
Core references (network, RPC, chain IDs, deployed addresses, ABIs): Developer tools, Deployed contracts. Protocol-specific: Build tab → BEX, Bend; Nodes tab for validators and staking pools.

How to get the right doc

  • Contract addresses / ABIs / network config → “Use the Berachain Deployed contracts page” or “What’s the RPC and chain ID for Berachain mainnet in the docs?”
  • Verify a contract → “Follow the Berachain Verifying smart contracts guide” or “How do I verify with Hardhat/Forge on Berascan?”
  • A specific integration → Name the stack and, if relevant, the guide: “Using the Pyth Oracle guide on Berachain, how do I call updatePrice?” or “From the LayerZero OFT guide, what’s the exact deploy order?”
  • Chain and network → Say “Berachain mainnet” or “Berachain testnet / Artio” so the AI picks the right RPC, faucet, and addresses.
The Guides dropdown (under Community Developers) lists each example; each guide page includes a raw README link so MCP can fetch the full repo README when needed.