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
- you: “generează o piesă lo-fi despre ploaie noaptea” → result: Suno track link + metadata returned via MCP.
- you: “fă un trap românesc cu versuri despre București” → result: optimized prompt sent, Suno generation started, status + URL provided.
Tools
| tool | what it does | example |
|---|---|---|
| generate | Creates Suno track from prompt (uncertain — remote/Go) | generate({prompt: "lo-fi rain"}) |
| status | Checks generation progress (uncertain) | status({job_id: "abc123"}) |
| list | Lists 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.