waldzellai/audius-mcp-server
3.2
If you are the rightful owner of audius-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Audius MCP Server allows users to access the Audius music platform through the Model Context Protocol, providing features like track search and user profile access.
Tools
1
Resources
0
Prompts
0
Audius MCP Server
Access the Audius music platform through the Model Context Protocol.
Installation
smithery install audius-mcp
Features
- Search Tracks: Search for music on Audius
- User Profiles: Access user information
- More Coming Soon: Playlists, artists, trending tracks
Configuration
The server accepts the following configuration:
apiKey
(optional): Audius API key for enhanced featuresnodeUrl
(optional): Audius discovery node URL (defaults tohttps://discoveryprovider.audius.co
)
Example Usage
Once installed, the server provides:
Tools
search_tracks
: Search for music tracks
Resources
audius://user/{userId}
: User profile information
Development
# Build locally
docker build -t audius-mcp .
# Run locally
docker run -p 8080:8080 audius-mcp
# Test
curl -X POST http://localhost:8080/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
License
MIT