OKX MCP Console v2.0
Allows interaction with OKX's full ecosystem including centralized exchange trading, onchain data, outcomes (prediction markets), and signals through the OKX API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OKX MCP Console v2.0show me my open orders on CEX"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 暗色主题Related MCP server: NCP - Natural Context Provider
快速开始
# 安装依赖
npm install
# 启动 Dashboard (端口 3000)
cd packages/dashboard && npm run dev
# 启动 MCP Core Server (可选)
cd packages/mcp-core && npx tsx src/server.ts页面
路由 | 功能 | 数据来源 |
| 首页全景 | OKX API |
| 中控台 | — |
| CEX 交易中心 | OKX 实时行情 + recharts K线 |
| Onchain OS | 12 模块 |
| 预测市场 | — |
| 信号策略 | — |
| 知识库 | 50+ 工具目录 |
| 通讯站 | WS 协作 |
| Plugin Manager | MCP Core |
| 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=trueDocker
cd packages/dashboard
docker build -t okx-mcp-console .
docker run -p 3000:3000 okx-mcp-consoleLicense
Private
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/okx-wallet-H/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server