PluginBench
MCP Server
Stale
MIT

OKX MCP Server MCP Server

io.github.aahl/mcp-okx

What is the OKX MCP Server MCP server?

MCP Server for okx.com

How to install OKX MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-okx": {
      "command": "uvx",
      "args": [
        "mcp-okx"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-okx": {
      "command": "uvx",
      "args": [
        "mcp-okx"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-okx": {
      "command": "uvx",
      "args": [
        "mcp-okx"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-okx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-okx"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-okx -- uvx mcp-okx

Related MCP servers

Query stock, crypto prices, financial indicators, and market news via akshare through MCP.

382
Python
MIT
View repository →

MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk

29
Python
MIT
View repository →

MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放

24
Python
MIT
View repository →