15 days ago
A Model Context Protocol server that exposes the canonical FlowMusicAI knowledge surface — plans and pricing, pricing, docs, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Server Config
{
"mcpServers": {
"flowmusicai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/flowmusicai-mcp/src/index.mjs"
]
}
}
}