Skip to content
Grok

orderly mcp for Grok

io.github.orderlynetwork/orderly-mcp

MCP Server for Orderly Network - Documentation and SDK patterns

client:Grok transport:stdio runtime:npm

Install orderly mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "orderly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@orderly.network/mcp-server"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

orderly mcp in other clients