music-connect

Registers the cogmusic MCP server with Claude Code using a Cognitum Music access token.

70.1k|8.4k|Updated Jun 2, 2025
One-click install
npx skills add https://github.com/ruvnet/claude-flow --skill music-connect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: music-connect
Source: https://github.com/ruvnet/claude-flow/tree/main/plugins/ruflo-music/skills/music-connect
Command: npx skills add https://github.com/ruvnet/claude-flow --skill music-connect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cogmusic.

What problem does it solve?

Before any music generation or production work can happen, Claude Code needs a working connection to your Cognitum Music account. This Skill handles the one-time setup of minting guidance, registering, and verifying the cogmusic MCP server so the mcp__cogmusic__* tools become available.

Core Features & Use Cases

  • MCP Server Registration: Registers the cogmusic MCP bridge with Claude Code via claude mcp add, passing your personal access token as an environment variable.
  • Connection Verification: Checks existing registration health with claude mcp get and repairs broken setups by removing and re-adding the server.
  • Version Pinning Guidance: Ensures [email protected] or later is used to avoid fetch timeouts on long-running create_production calls.
  • Use Case: You ask Claude to generate a music production but no mcp__cogmusic__* tools are loaded. Run this Skill to connect your account, then proceed to music-generate or music-list.

Quick Start

Connect my Cognitum Music account to Claude Code by registering the cogmusic MCP server with my token.

Frequently Asked Questions about music-connect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Claude Code to my Cognitum Music account?

Sign in at music.cognitum.one/mcp, generate a connection token starting with cogmcp_, then register the server with claude mcp add cogmusic --env COGMUSIC_TOKEN=<token> -- npx -y cogmusic@latest. Verify with claude mcp get cogmusic.

How do I get a Cognitum Music MCP access token?

Log in at music.cognitum.one/mcp in your browser and click Generate connection token. The token starts with cogmcp_ and is shown exactly once, so copy it immediately. It cannot be minted programmatically.

Why does claude mcp get cogmusic show CONNECTION_CLOSED or a 404?

This usually means the pinned cogmusic npm package version is stale or unpublished. Check npm view cogmusic version, then remove the server with claude mcp remove cogmusic -s local and re-add it with an explicit current version.

Why are mcp__cogmusic__ tools not available after successful registration?

Newly registered MCP server tools may not load until the next Claude Code session. If claude mcp get cogmusic reports Connected but the tools are missing, start a fresh session.

Which cogmusic version should I use for music production tasks?

Use [email protected] or later. Version 0.1.0 has no fetch timeout and fails create_production calls that exceed Node's roughly five-minute default timeout.