Content Tools
pesnegen.ru
An MCP server that converts audio and MIDI files into songs, MIDI, and sheet music via job-based music processing tools.
ENDPOINT 1
https://pesnegen.ru/mcp
MCP server metadata
- Name
- pesnegen
- Version
- 1.0.0
Сначала читайте pesnegen://pricing. Не запускайте платный инструмент без явного подтверждения пользователя и стабильного idempotencyKey.
Known tools 26
midiToSongСоздаёт Job для песни из MIDI; если нужен редактор, Job вернёт requires_action.
Inferred read-onlymidiToSheetMusicСоздаёт Job подготовки MIDI к нотному PDF и продолжению в редакторе.
Inferred read-onlymakeMinusovkaСоздаёт Job подготовки минусовки; успех возвращается только после обработки.
Inferred read-onlyaiDirectorFromTextСоздаёт идеи клипа из текста; полный storyboard может потребовать API-кредиты.
Inferred read-onlyremoveNoiseСоздаёт Job удаления шума через REST multipart; в MCP без файла возвращает requires_action.
Inferred read-onlytrimAudioОбрезает загруженное аудио по startTime/endTime; без границ возвращает безопасный переход в интерфейс обрезки.
Inferred read-onlyoverlayAudioБесплатно передаёт основной аудиофайл в ручной микс; второй трек, позиция, громкость и панорама настраиваются в интерфейсе.
Inferred read-onlyopenEditorСоздаёт Job редактора со статусом requires_action до действия пользователя.
Inferred read-onlytranscribeAudioПроверяет аудио без списания, возвращает серверный quote, а после явного подтверждения создаёт Job и выдаёт TXT, SRT, VTT и JSON.
Inferred read-onlygetPublicChartВозвращает публичные треки ПеснеГен: в тренде, новые релизы, жанры и авторов.
Inferred read-onlygenerateSongFromTextСтавит генерацию песни по тексту в очередь после явного подтверждения списания 1 API-кредита.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pesnegen]
url = "https://pesnegen.ru/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pesnegen": {
"type": "http",
"url": "https://pesnegen.ru/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pesnegen
Remote MCP URL: https://pesnegen.ru/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pesnegen": {
"url": "https://pesnegen.ru/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pesnegen": {
"type": "http",
"url": "https://pesnegen.ru/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pesnegen",
"transport": "streamable-http",
"url": "https://pesnegen.ru/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://pesnegen.ru
MCP server metadata
- Name
- WebMCP
Known tools 2
askPesnegenProducerAsk the PesneGen AI producer to route a music task, create a song idea, or choose an audio tool.
Potential side effectsgeneratePesnegenSongFromLyricsCreate a short AI-generated song preview from lyrics and an optional style or mood prompt.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.webmcp]
url = "https://pesnegen.ru"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://pesnegen.ru"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://pesnegen.ru
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"webmcp": {
"url": "https://pesnegen.ru"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://pesnegen.ru"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://pesnegen.ru"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.