Back to MCP Servers
Beeper
Beeper provides transactions on BSC, including balance/token transfers, token swaps in Pancakeswap and beeper reward claims.
finance-fintechai
Installation
npx -y beeper-mcpConfiguration
{
"mcpServers": {
"beeper-mcp": {
"command": "npx",
"args": ["-y", "beeper-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes