Bybit MCP Server
A Model Context Protocol server that connects AI assistants to the Bybit cryptocurrency exchange via the V5 API.
Features
- 27 Tools — Market data, trading, positions, account, and asset management
- Local & Remote — Run locally via stdio or deploy remotely via HTTP
- OAuth Authentication — Built-in OAuth 2.0 for secure remote access via Claude Custom Connectors
- Web Settings Page — Configure Bybit API keys through a browser UI (remote mode)
- Docker Ready — One-command deployment with persistent encrypted storage
Safety First
Write operations (trading, transfers) include multiple safety layers:
- Testnet by default — No real funds at risk until explicitly configured
- Permission modes —
read,trade,fullcontrol what tools are available - Confirmation flow — HIGH-risk operations require explicit user approval
- Encrypted storage — Bybit API keys encrypted at rest with Fernet (remote mode)
Quick Install
# Local mode (stdio)
uvx bybit-mcp-server
# Remote mode (Docker)
docker pull ghcr.io/workspace/bybit-mcp-server:latest
See Getting Started for local setup, or Remote Setup for Docker deployment with Claude Custom Connectors.