Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Audius MCP Server
Claim
by
glassBead-tc
GitHub
Entertainment & Media
TypeScript
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.githooks
.github
src
test-audio
audius-api-spec.json
audius-mcp.yml
audius-postman-copypaste.txt
CHANGELOG.md
.clinerules
CONTRIBUTING.md
Dockerfile
.env.example
.gitignore
package.json
package-lock.json
player.html
README.md
smithery.yaml
test.mp3
tsconfig.json
{ "name": "@glassbead/mcp-audius", "version": "1.3.5", "description": "MCP server for Audius API integration and playback - access and play Audius content through the Model Context Protocol", "type": "module", "main": "build/index.js", "bin": { "mcp-audius": "build/index.js" }, "files": [ "build", "README.md", "CONTRIBUTING.md" ], "repository": { "type": "git", "url": "git+https://github.com/glassBead-tc/audius-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "audius", "api", "music", "streaming", "player" ], "author": "glassBead", "license": "MIT", "bugs": { "url": "https://github.com/glassBead-tc/audius-mcp/issues" }, "homepage": "https://github.com/glassBead-tc/audius-mcp#readme", "scripts": { "build": "tsc && chmod +x build/index.js && cp -r test-audio build/ && cp player.html build/", "start": "node build/index.js" }, "dependencies": { "@audius/sdk": "^8.0.1", "@modelcontextprotocol/sdk": "^1.4.1", "@types/express": "^5.0.0", "dotenv": "^16.4.7", "express": "^4.21.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" } }