suno-pp-mcp — MCP server for Suno music generation via PromptPerfect

draft — generated, polish on first use.

Category: pp-mcp Where it works: Claude Code / Telegram (Hermes) / both Source: ~/.mcp.json

What it is

MCP server that connects Claude to Suno for AI music generation. Routes prompts through PromptPerfect for optimization before sending to Suno.

How to trigger it

  • “generează o piesă despre…”
  • “fă un track cu Suno…”
  • “scrie versuri și trimite la Suno”
  • “folosește suno-pp-mcp”
  • Direct command: none known — verifică doctrina
  • Auto-fires? no

How to use it

Operator describes desired track (genre, mood, lyrics, structure). MCP optimizes the prompt via PromptPerfect, forwards to Suno, returns generated audio links or status.

Practical examples

  1. you: “generează o piesă lo-fi despre ploaie noaptea” result: Suno track link + metadata returned via MCP.
  2. you: “fă un trap românesc cu versuri despre București” result: optimized prompt sent, Suno generation started, status + URL provided.

Tools

toolwhat it doesexample
generateCreates Suno track from prompt (uncertain — remote/Go)generate({prompt: "lo-fi rain"})
statusChecks generation progress (uncertain)status({job_id: "abc123"})
listLists available generations (uncertain)list()

Notes / limits

Remote Go binary — tool surface not locally introspectable. Cost tied to Suno API usage. Verify actual tool names against running instance before production use.