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)
{
"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