Skip to content
Grok

AgentUtility Compose for Grok

ai.agentutility/mcp-compose

MCP server for the @agentutility compose cluster — pay-per-call x402 tools, no API keys, USDC on…

client:Grok transport:stdio runtime:npm

Install AgentUtility Compose in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-compose": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutility/mcp-compose"
      ]
    }
  }
}

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

AgentUtility Compose in other clients