atv for Cursor
io.github.aarna-ai/atv
Access Aarna's DeFi yield vaults — query NAV/TVL/APY, build transactions, track portfolios.
client:Cursor
transport:stdio
runtime:npm
Install atv in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atv": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<ATV_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs