New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

audius-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

audius-mcp

Use this MCP server to Audius, underground and independent music: trending tracks, artists, search. Tools include trending tracks, search tracks, search artists

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
276
Maintainers
1
Weekly downloads
 
Created
Source

audius mcp

MCP server for Audius, the decentralized streaming platform where underground and independent artists live.

Tools

ToolWhat it does
trending_tracksTrending tracks, filterable by genre (use exact values like Hip-Hop/Rap, Electronic, Dubstep, Trap)
search_tracksSearch tracks by keyword
search_artistsSearch artists by name/handle
get_artist_tracksAn artist's uploaded tracks

Usage

npm run build && node dist/index.js

Example:

trending_tracks { genre: "Hip-Hop/Rap", limit: 5 }
search_artists { query: "nettspend" }

Keyless (public discovery API, app_name sent per docs). Includes play counts, durations, genres, and Audius permalinks.

Quick start

npm install
npm run build
node dist/index.js

The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.

Tools at a glance

  • trending_tracks: Trending tracks on Audius - underground/independent music that isn
  • search_tracks: Search tracks by title/artist keyword.
  • search_artists: Search artists by handle or name.
  • get_artist_tracks: Get an artist

Limits and privacy

This project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.

Try it

After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with trending_tracks.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts