MCP Okx
Rank #37,690io.github.aahl/mcp-okx
MCP server providing okx capabilities
MCP Okx is a Model Context Protocol (MCP) server published by aahl. It ranks #37,690 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. MCP Okx is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Nov 5, 2025 and most recently updated on Nov 10, 2025.
Ranks ahead of 77,770 of 115,460 servers on MCP Toplist.
Use MCP Okx
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-okx -- uvx mcp-okxclaude mcp add mcp-okx -- docker run -i --rm ghcr.io/aahl/mcp-okx:latest[mcp_servers.mcp-okx]
command = "uvx"
args = ["mcp-okx"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-okx]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/aahl/mcp-okx:latest"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-okx": {
"command": "uvx",
"args": [
"mcp-okx"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-okx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-okx:latest"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-okx": {
"command": "uvx",
"args": [
"mcp-okx"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-okx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-okx:latest"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-okx": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-okx"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-okx": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-okx:latest"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-okx": {
"command": "uvx",
"args": [
"mcp-okx"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-okx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-okx:latest"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-okx": {
"command": "uvx",
"args": [
"mcp-okx"
]
}
}
}{
"mcpServers": {
"mcp-okx": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aahl/mcp-okx:latest"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aahl%2Fmcp-okx)<a href="https://mcptoplist.com/server/io.github.aahl%2Fmcp-okx"><img src="https://mcptoplist.com/badge/io.github.aahl%2Fmcp-okx.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
aahl
Other servers by aahl
View all aahl servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Nov 10, 2025 |
Frequently asked questions
- Who maintains MCP Okx?
- MCP Okx is maintained by aahl, which publishes 4 MCP servers (37 total versions) tracked on MCP Toplist.
- Is MCP Okx listed on the Official MCP Registry?
- Yes — MCP Okx is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Okx have?
- MCP Toplist tracks 1 version of MCP Okx, most recently published on Nov 10, 2025.
- Where can I find the source code for MCP Okx?
- The source code for MCP Okx is hosted at github.com/aahl/mcp-okx.