Cucutime

softdevfz/cucutime
0 starsNOASSERTIONCommunity

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Generates personalized children's song ideas (title, style, character, chorus, lyrics) for any child's name and theme via API and remote MCP server.

README.md

Cucutime โ€” Kids Song API, MCP Server & CLI

Generate personalized children's-song ideas โ€” title, music style, companion character, chorus and a lyric outline โ€” for any child's name and theme. Free, no API key.

Cucutime makes personalized songs and animated music videos for kids. This is the developer / AI-agent surface: a JSON API, a remote MCP server, and a CLI.

๐ŸŒ Site: https://cucutime.org ยท ๐Ÿ› ๏ธ Dev hub: https://cucutime.org/developers

---

๐Ÿค– Remote MCP server

Add Cucutime to Claude, Cursor, or any MCP-compatible client (Streamable HTTP โ€” no install, no key):

{
  "mcpServers": {
    "cucutime": { "url": "https://cucutime.org/mcp" }
  }
}

Tools

  • generate_song_idea โ€” a personalized song concept for a given name, theme, language.
  • get_song_for_name โ€” Cucutime's page (as Markdown) for a popular child name.

Descriptor: https://cucutime.org/.well-known/mcp.json

๐Ÿ”Œ API

curl "https://cucutime.org/api/song-idea?name=Mia&theme=space&lang=en"

Returns a JSON song concept (title, musicStyle, companionCharacter, chorusSeed, lyricIdeas, and a link to a free sample). Params: name (required), theme, lang (en/es/pt).

  • OpenAPI 3.1 spec: https://cucutime.org/api/openapi.json
  • Plugin manifest: https://cucutime.org/.well-known/ai-plugin.json

โŒจ๏ธ CLI

npx cucutime Mia --theme space --lang en

๐Ÿ“„ Markdown for LLMs

Append .md to any name / product / blog URL for clean Markdown an LLM can read directly:

https://cucutime.org/song-for/olivia.md
https://cucutime.org/cancion-para/sofia.md
https://cucutime.org/personalized-songs-for-kids.md

Also: llms.txt ยท llms-full.txt

License

MIT ยฉ BrainyStack LLC

Related MCP servers

Browse all โ†’