Independent local OKX runtime, MCP server, CLI, and agent skills for Codex and Claude Code
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"desic-okx-agent": {
"command": "npx",
"args": [
"-y",
"xiazhi88/desic-okx-agent"
]
}
}
}
Run in terminal:
claude mcp add desic-okx-agent npx -y xiazhi88/desic-okx-agent
Add to .cursor/mcp.json:
{
"mcpServers": {
"desic-okx-agent": {
"command": "npx",
"args": [
"-y",
"xiazhi88/desic-okx-agent"
]
}
}
}