🚀 Access Binance.US easily with this MCP server for real-time market data, trading, wallet management, and more for efficient cryptocurrency operations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"binance-us-mcp": {
"command": "npx",
"args": [
"-y",
"MatheuSenior/Binance-US-MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add binance-us-mcp npx -y MatheuSenior/Binance-US-MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"binance-us-mcp": {
"command": "npx",
"args": [
"-y",
"MatheuSenior/Binance-US-MCP"
]
}
}
}
📋 Copy