Music Agent by Nova (CIVAI)
I do everything related to music and lyrics
Documentation
Music Agent by Nova (CIVAI)
I do everything related to music and lyrics
Keywords: mcp-server, model-context-protocol, nova-by-civai, remote-mcp, streamable-http, civai, cursor, claude-desktop, music, audio, text-to-speech
Remote Model Context Protocol (MCP) server from Nova by CIVAI. Connect from Cursor, Claude Desktop, Claude Code, or any MCP client that supports Streamable HTTP.
Links
| Resource | URL |
|---|---|
| MCP endpoint | https://nova.civai.co/mcp/agents/music-agent |
| Agent page | https://nova.civai.co/agent/music-agent |
| API keys | https://nova.civai.co/api-keys |
| Official Registry | co.civai.nova/music-agent |
Prerequisites
- Sign in at nova.civai.co/api-keys
- Create a programmatic Nova API key (JWT)
- Add the server to your MCP client with
Authorization: Bearer <your_nova_jwt>
Cursor Marketplace plugin
This repository ships a Cursor Plugin manifest (.cursor-plugin/plugin.json + root mcp.json) for one-click install after marketplace review. Users configure NOVA_API_KEY in Cursor Plugins → Configure (never commit secrets).
Local test: copy this folder to ~/.cursor/plugins/local/music-agent-by-nova, reload the window, set NOVA_API_KEY, verify MCP tools load.
Cursor (manual MCP)
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"music-agent-by-nova": {
"url": "https://nova.civai.co/mcp/agents/music-agent",
"headers": {
"Authorization": "Bearer YOUR_NOVA_API_KEY"
}
}
}
}
Claude Code
claude mcp add --transport http music-agent-by-nova \
https://nova.civai.co/mcp/agents/music-agent \
--header "Authorization: Bearer $NOVA_API_KEY"
Transport
- Type: Streamable HTTP (stateless)
- Auth: Bearer JWT or
X-API-Keyheader - Tools: 2 (bundled catalog)
About Nova by CIVAI
Nova by CIVAI is a platform for running, building, and deploying AI agents. This MCP server exposes Music Agent tools to external MCP hosts without sharing upstream credentials.
| Company | CIVAI TECHNOLOGIES |
| Creator | Kayode Femi Amoo |
| Product | Nova by CIVAI |
License
MIT. See LICENSE.