6
GitHub Stars

A comprehensive Model Context Protocol (MCP) server that provides full access to Bybit's v5 API. This server enables AI assistants to fetch real-time market data, execute trading operations, manage positions, and access account information from the Bybit cryptocurrency exchange.

Installation

⭐ RecommendedDocker
docker run -i --rm --init -e DOCKER_CONTAINER -e BYBIT_API_KEY -e BYBIT_API_SECRET -e BYBIT_TRADING_ENABLED -e BYBIT_TESTNET falconiun/bybit-mcp
View configuration snippet
{
  "mcpServers": {
    "bybit-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--init",
        "-e",
        "DOCKER_CONTAINER",
        "-e",
        "BYBIT_API_KEY",
        "-e",
        "BYBIT_API_SECRET",
        "-e",
        "BYBIT_TRADING_ENABLED",
        "-e",
        "BYBIT_TESTNET",
        "falconiun/bybit-mcp"
      ],
      "env": {
        "DOCKER_CONTAINER": "true",
        "BYBIT_API_KEY": "<BYBIT_API_KEY>",
        "BYBIT_API_SECRET": "<BYBIT_API_SECRET>",
        "BYBIT_TRADING_ENABLED": "<BYBIT_TRADING_ENABLED>",
        "BYBIT_TESTNET": "<BYBIT_TESTNET>"
      }
    }
  }
}

💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.

Compatibility Matrix

Filter:

Cursor

STDIO
stdio:From mcp.so (unverified)

Claude Desktop

STDIO
stdio:From mcp.so (unverified)

MCP Compatible

STDIO
stdio:From mcp.so (unverified)
Verified - Tested by community
Unverified - Not yet tested
⚡ STDIO🌊 SSE🌐 HTTP

Server Information

License:unknown
Classification:active
Source:Data aggregated from public MCP directories

Quick Stats

Transports:
STDIO
Compatible Clients:3
Install Methods:1

Like this server?

Discover more MCP servers or submit your own to directory.