zaptrem
MCP Serverzaptrempublic

music mcp

MCP = Minecraft Pocket Edition and nobody will change my mind on this

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

MCP = Minecraft Pocket Edition and nobody will change my mind on this

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Sonauto Music Generation MCP Server

Music generation server for Claude Desktop using Sonauto's API.

Install

npm install
npm run build
export SONAUTO_API_KEY=your_key_here

Config

Add to Claude Desktop config:

Direct Node.js

{
  "mcpServers": {
    "music-generator": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/YOUR/sonauto-mcp/dist/index.js"],
      "env": {
        "SONAUTO_API_KEY": "your_key_here"
      }
    }
  }
}

Tools

generate_music

Generates music based on text descriptions using the Sonauto API.

Parameters:

{
  prompt: string,     // Text description of music to generate
  num_songs?: number  // Number of songs to generate (default: 1)
}

The tool returns audio content that can be played directly in Claude Desktop.

Sample usage:

const result = await client.callTool({
  name: "generate_music",
  arguments: {
    prompt: "An upbeat rock song about how awesome programming is",
    num_songs: 1
  }
});

Response format:

Music generated successfully!

Generation details:
- Prompt: "An upbeat rock song about how awesome programming is"
- Lyrics: [Generated lyrics appear here]

The audio file is attached and ready to play.

Development Setup

  1. Create a .env file in the project root with your Sonauto API key:
SONAUTO_API_KEY=your_sonauto_api_key_here
  1. Install dependencies and build:
npm install
npm run build
  1. Start the server:
npm start

Troubleshooting

If the music generation tool is not working:

  1. Ensure your Sonauto API key is correctly set in the environment or .env file
  2. Check that the API key is valid and has not expired
  3. Look for error messages in the server logs

License

This project is licensed under the MIT License.

Quick Start

1

Clone the repository

git clone https://github.com/zaptrem/music-mcp
2

Install dependencies

cd music-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerzaptrem
Repomusic-mcp
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation