Skip to content
Grok

atv for Grok

io.github.aarna-ai/atv

Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios.

client:Grok transport:stdio runtime:npm

Install atv in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "atv": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aarna-ai/mcp-server-atv"
      ],
      "env": {
        "ATV_API_KEY": "<ATV_API_KEY>"
      }
    }
  }
}

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

atv in other clients