Audius MCP Server - Access the Audius music platform through the Model Context Protocol
{
"mcpServers": {
"audius-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Audius MCP Server - Access the Audius music platform through the Model Context Protocol
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 218 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
An official Qdrant Model Context Protocol (MCP) server implementation
Query and manage PostgreSQL databases directly from AI assistants
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Audius Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Access the Audius music platform through the Model Context Protocol.
smithery install audius-mcp
The server accepts the following configuration:
apiKey (optional): Audius API key for enhanced featuresnodeUrl (optional): Audius discovery node URL (defaults to https://discoveryprovider.audius.co)Once installed, the server provides:
search_tracks: Search for music tracksaudius://user/{userId}: User profile information# 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":{}}'
MIT