OKX trading MCP server — connect AI agents to spot, swap, futures, options & grid bots via the Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-trade-kit": {
"command": "npx",
"args": [
"-y",
"okx/agent-trade-kit"
]
}
}
}
Run in terminal:
claude mcp add agent-trade-kit npx -y okx/agent-trade-kit
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-trade-kit": {
"command": "npx",
"args": [
"-y",
"okx/agent-trade-kit"
]
}
}
}