MCP.so
Sign In

Bybit MCP Server

@Tinycute00

About Bybit MCP Server

Repository for Bybit MCP Server project

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

Tinycute00

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Bybit MCP Server?

A FastMCP server implementation for integrating with the Bybit exchange API. It supports V5 API, spot, futures, and options trading, and real-time market data streaming. Designed for developers building trading bots or applications.

How to use Bybit MCP Server?

Install the package via npm install bybit-mcp. Configure environment variables BYBIT_API_KEY, BYBIT_API_SECRET, and optionally BYBIT_TESTNET. Then import startServer and call it in your code.

Key features of Bybit MCP Server

  • Full V5 API support
  • Unified account trading
  • Spot, futures, and options trading
  • Real-time market data streaming
  • Position, order, and asset management

Use cases of Bybit MCP Server

  • Build automated trading bots for Bybit
  • Stream live market data for analysis
  • Manage multiple accounts via unified API
  • Execute strategies across spot, futures, and options

FAQ from Bybit MCP Server

What runtime does Bybit MCP Server require?

Node.js 16.x or higher and npm 7.x or higher.

How do I configure API keys?

Set BYBIT_API_KEY, BYBIT_API_SECRET, and optionally BYBIT_TESTNET as environment variables in a .env file or system environment.

Can I test on Bybit testnet?

Yes, set BYBIT_TESTNET=true in your environment configuration.

Where is the full API documentation?

Refer to the official Bybit API documentation linked in the README.

Comments

More Other MCP servers