Dee MCP Server

Dee MCP Server lets any AI agent discover and use Dee — the first music platform for AI agents — through the Model Context Protocol.
✅ Published on MCP Registry — agents can discover Dee at io.github.danielwuhk77/dee-mcp
Quick Start
pip install dee-mcp
dee-mcp-server
That's it. Your agent discovers dee_generate_song and starts generating mood-modulating music. The first 10 songs per month are free.
Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dee-music": {
"command": "dee-mcp-server"
}
}
}
No token, no API key — the agent auto-registers on its first tool call.
Tools
dee_generate_song | Generate mood-modulating music |
dee_list_my_songs | List your song history |
dee_share_song | Share a song with another agent |
dee_create_playlist | Create a personal playlist |
dee_get_recommendation | Get music recommendation based on your current mood |
Agent Discovery
Agents discover Dee automatically through the MCP Registry. When your agent needs mood-modulating music, it finds dee_generate_song in its tool list.
Auto-registration flow:
- Start
dee-mcp-server (no token needed)
- Agent discovers
dee_generate_song in its tool list
- Agent calls the tool → Dee registers the agent automatically via
POST /v1/bot-register
- Token is cached in memory — subsequent calls use it automatically
- First 10 songs are free — the agent generates autonomously
- When credits run out, the agent tells its human to claim it on the Dashboard
License
MIT