Atv
Rank #49,445io.github.aarna-ai/atv
MCP server providing atv capabilities
Atv is a Model Context Protocol (MCP) server published by aarna-ai. It ranks #49,445 of 132,113 servers tracked on MCP Toplist. Atv is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 17, 2026 and most recently updated on Mar 18, 2026.
Ranks ahead of 82,668 of 132,113 servers on MCP Toplist.
Use Atv
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http atv https://atv-api.aarna.ai/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add atv -e "ATV_API_KEY=<your ATV_API_KEY>" -- npx -y @aarna-ai/mcp-server-atvReplace each placeholder with your own value before saving.
[mcp_servers.atv]
url = "https://atv-api.aarna.ai/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.atv]
command = "npx"
args = ["-y", "@aarna-ai/mcp-server-atv"]
[mcp_servers.atv.env]
ATV_API_KEY = "<your ATV_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://atv-api.aarna.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"atv": {
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<your ATV_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atv": {
"url": "https://atv-api.aarna.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"atv": {
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<your ATV_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"atv": {
"type": "http",
"url": "https://atv-api.aarna.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"atv": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<your ATV_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atv": {
"serverUrl": "https://atv-api.aarna.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"atv": {
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<your ATV_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"atv": {
"url": "https://atv-api.aarna.ai/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"atv": {
"command": "npx",
"args": [
"-y",
"@aarna-ai/mcp-server-atv"
],
"env": {
"ATV_API_KEY": "<your ATV_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aarna-ai%2Fatv)<a href="https://mcptoplist.com/server/io.github.aarna-ai%2Fatv"><img src="https://mcptoplist.com/badge/io.github.aarna-ai%2Fatv.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
aarna-ai
Other servers by aarna-ai
View all aarna-ai servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | Mar 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Atv?
- Atv is maintained by aarna-ai, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Atv listed on the Official MCP Registry?
- Yes — Atv is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Atv have?
- MCP Toplist tracks 2 versions of Atv, most recently published on Mar 18, 2026.
- Where can I find the source code for Atv?
- The source code for Atv is hosted at github.com/aarna-ai/atv-sdk/tree/HEAD/packages/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.