Orderly MCP
Rank #16,921io.github.OrderlyNetwork/orderly-mcp
MCP Server for Orderly Network - Documentation and SDK patterns
Orderly MCP is a Model Context Protocol (MCP) server published by orderlynetwork. It ranks #16,921 of 132,046 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Orderly MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Feb 6, 2026 and most recently updated on May 4, 2026.
Ranks ahead of 115,125 of 132,046 servers on MCP Toplist.
Use Orderly MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add orderly-mcp -- npx -y @orderly.network/mcp-server[mcp_servers.orderly-mcp]
command = "npx"
args = ["-y", "@orderly.network/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"orderly-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"orderly-mcp": {
"command": "npx",
"args": [
"-y",
"@orderly.network/mcp-server"
]
}
}
}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.OrderlyNetwork%2Forderly-mcp)<a href="https://mcptoplist.com/server/io.github.OrderlyNetwork%2Forderly-mcp"><img src="https://mcptoplist.com/badge/io.github.OrderlyNetwork%2Forderly-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
orderlynetwork
Available versions (4)
| Version | Published |
|---|---|
| 1.1.1 | May 4, 2026 |
| 1.0.3 | Apr 2, 2026 |
| 1.0.2 | Mar 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Orderly MCP?
- Orderly MCP is maintained by orderlynetwork, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Orderly MCP listed on the Official MCP Registry?
- Yes — Orderly MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Orderly MCP have?
- MCP Toplist tracks 4 versions of Orderly MCP, most recently published on May 4, 2026.
- Where can I find the source code for Orderly MCP?
- The source code for Orderly MCP is hosted at github.com/orderlynetwork/orderly-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.