loading…
Search for a command to run...
loading…
Music Production AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Music Production AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Music Production AI MCP Server Audio and music tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
generate_chord_progression |
Generate a chord progression in a given key and style. |
detect_tempo |
Detect tempo (BPM) from beat timestamps. |
find_key |
Detect the musical key from a set of notes. |
analyze_lyrics |
Analyze song lyrics for structure, rhyme scheme, syllable count, and themes. |
mixing_recommendations |
Get mixing and mastering recommendations for a multitrack session. |
pip install meok-music-production-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"music-production-ai": {
"command": "python",
"args": ["-m", "meok_music_production_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"music-production-ai-mcp": {
"command": "npx",
"args": []
}
}
}