Atris MCP for Audius (v2.4.0)

Active

An MCP (Model Context Protocol) server that provides comprehensive access to the Audius music platform via LLMs (Large Language Models), with 105 tools covering ~95% of the Audius Protocol API.

Updated 8/8/2025
Key Features

What makes this MCP server special

Tools: Access tracks
users
playlists
albums
and perform searches on Audius
Track Media Operations: Download tracks
inspect technical details
access stems
User Relationships: Discover track purchasers
remixers
and related artists
Enhanced Discovery: Personalized recommendations
user history
trending by genre
Audio Streaming: Stream tracks directly to your client or open them in Audius Desktop
Content Creation: Upload tracks
create playlists
manage your Audius content
Social Features: Follow users
favorite tracks
comment on content
Monetization: Access premium content
purchase tracks
send tips to artists
Analytics: Track play counts
trending data
and listener insights
Resources: Access track
user
playlist
and album data as structured resources
Prompts: Use guided experiences for music discovery
curation
and analysis

Requirements

npx
Server Information

Status

Active

Version

1.0.0

License

-

Author

https://github.com/glassBead-tc

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/glassBead-tc/audius-mcp-atris?tab=readme-ov-file#installation

2. Configuration

{
  "mcpServers": {
    "audius": {
      "command": "npx",
      "args": [
        "audius-mcp-atris"
      ],
      "env": {
        "AUDIUS_API_KEY": "your_api_key_here",
        "AUDIUS_API_SECRET": "your_api_secret_here"
      }
    }
  }
}

3. Usage Example

-