binance-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
binance-mcp-server by AnalyticAce | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 44 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
binance-mcp-server · Summary
A Python MCP server providing AI agents with Binance exchange tools for trading, market data, and account management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
binance-mcp-server · Use cases
- AI-powered cryptocurrency trading agents that can execute buy/sell orders automatically
- Financial analysis tools that access real-time market data from Binance
- Portfolio management systems that track PnL and position information
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
binance-mcp-server · Install
Installation
# Using pip
pip install binance-mcp-server
# Using uv
uv add binance-mcp-serverConfiguration
Set environment variables:
export BINANCE_API_KEY="your_api_key_here"
export BINANCE_API_SECRET="your_api_secret_here"
export BINANCE_TESTNET="true"Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"binance": {
"command": "binance-mcp-server",
"args": [
"--api-key", "your_api_key",
"--api-secret", "your_secret",
"--binance-testnet"
]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}