ysazak/binance-mcp-server
If you are the rightful owner of binance-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate seamless communication and integration between various machine learning models and applications. It provides a standardized protocol for model interaction, making it easier to deploy and manage models across different environments.
SETUP
Install UV
-- macOS\Linux curl -LsSf https://astral.sh/uv/install.sh | sh -- Windows powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Create Virtual environment
# Create virtual environment and activate it
uv venv
.venv\Scripts\activate
# Install dependencies
uv add mcp[cli] httpx
Run Locally
STDIO
uv run binance_server.py
Streamable HTTP
uv run --env-file .env.local -- fastmcp run binance_server.py --transport http --port 8000 --log-level INFO
Test MCP Server
MCP Inspector
Run npx @modelcontextprotocol/inspector uv run binance_server.py
command in terminal
Claude for Desktop
Open your Claude for Desktop App configuration file (claude_desktop_config.json
) in a text editor. And add the mcp server like so:
"binance": {
"command": "uv",
"args": [
"--directory",
"{folder_path}",
"run",
"binance_server.py"
]
}
Note: Find Claude for Desktop App details on here for help
Deploy
FastMCP Cloud
Follow https://gofastmcp.com/deployment/fastmcp-cloud