b20-operator is an MCP server that lets Claude, Cursor or any MCP client inspect and simulate B20 — Base's native token standard — in plain language. It never signs or moves funds: every write is a read-only simulation.
Drop this into your Claude Desktop / Cursor MCP config, then restart:
{
"mcpServers": {
"b20-operator": {
"command": "npx",
"args": ["-y", "@b20labs/mcp"],
"env": { "B20_RPC": "https://mainnet.base.org" }
}
}
}Tip: set B20_RPC to a managed Base RPC (Alchemy/QuickNode) for burst-safe reads.