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-okxRelated MCP servers
AkTools MCP Server
Maintained
Query stock, crypto prices, financial indicators, and market news via akshare through MCP.
382
View repository →Python
MIT
Notify MCP Server
Maintained
MCP Server for notify to Weixin, Telegram, Bark, Lark, Feishu, DingTalk
29
View repository →Python
MIT
MCP Server for Binge-watch
Maintained
MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放
24
View repository →Python
MIT