OKX MCP Console v2.0
Unified MCP console for OKX's full ecosystem, integrating CEX, onchain, predictions, and AI agent features.
README
OKX MCP Console v2.0
OKX 全生态 360° MCP 原生统一控制台
架构
外部 AI (Cline) ←→ MCP Protocol ←→ mcp-core (统一 Server)
├─ Plugin Manager (CEX/Onchain/Outcomes)
├─ AI Agent Runtime (监控/执行/维护)
├─ Memory Engine (对话记忆/偏好)
├─ Knowledge Base (文档搜索/工具目录)
└─ SSE/WS Gateway (实时数据)
↕
Dashboard (Web UI)
10 页面 · OKX 暗色主题
快速开始
# 安装依赖
npm install
# 启动 Dashboard (端口 3000)
cd packages/dashboard && npm run dev
# 启动 MCP Core Server (可选)
cd packages/mcp-core && npx tsx src/server.ts
页面
| 路由 | 功能 | 数据来源 |
|---|---|---|
/ |
首页全景 | OKX API |
/mcp |
中控台 | — |
/mcp/cex |
CEX 交易中心 | OKX 实时行情 + recharts K线 |
/mcp/onchain |
Onchain OS | 12 模块 |
/mcp/outcomes |
预测市场 | — |
/mcp/signals |
信号策略 | — |
/mcp/kb |
知识库 | 50+ 工具目录 |
/mcp/collab |
通讯站 | WS 协作 |
/mcp/plugins |
Plugin Manager | MCP Core |
/mcp/agent |
AI Agent | Task Runtime |
技术栈
- Frontend: Next.js 14 · React 18 · Tailwind CSS · shadcn/ui · recharts
- Backend: MCP SDK v1.x · WebSocket · SSE · HMAC-SHA256
- Deploy: Docker · Node.js 20
环境变量
复制 .env.example 为 .env.local 并填写:
OKX_API_KEY=your_key
OKX_SECRET_KEY=your_secret
OKX_PASSPHRASE=your_passphrase
OKX_IS_DEMO=true
Docker
cd packages/dashboard
docker build -t okx-mcp-console .
docker run -p 3000:3000 okx-mcp-console
License
Private
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.