
music mcp
MCP = Minecraft Pocket Edition and nobody will change my mind on this
Repository Info
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
- Create a
.envfile in the project root with your Sonauto API key:
SONAUTO_API_KEY=your_sonauto_api_key_here
- Install dependencies and build:
npm install
npm run build
- Start the server:
npm start
Troubleshooting
If the music generation tool is not working:
- Ensure your Sonauto API key is correctly set in the environment or .env file
- Check that the API key is valid and has not expired
- Look for error messages in the server logs
License
This project is licensed under the MIT License.
Quick Start
Clone the repository
git clone https://github.com/zaptrem/music-mcpInstall dependencies
cd music-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.