Remote Child Story MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Remote Child Story MCPWrite a story about a magical forest for a three-year-old named Leo"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Remote Child Story MCP
Remote MCP server for generating short bedtime stories for 3-year-old children.
This project is designed for cloud deployment on Render and exposes one MCP tool:
generate_storytheme: optional story themechild_name: optional child name to include in the story
Endpoints
GET /healthPOST /mcp
Related MCP server: EchoFM Studio
Local Development
npm install
npm run build
npm startThe server listens on PORT and loads environment variables from .env.local or .env when present.
Environment Variables
PORT=3000
ARK_API_KEY=your_ark_api_key
ARK_BASE_URL=https://ark.cn-beijing.volces.com/api/v3
ARK_MODEL=your_model_id
ARK_TIMEOUT_MS=45000Render Deployment
Create a new Render Web Service and use:
Runtime:
NodeBuild Command:
npm install && npm run buildStart Command:
npm startHealth Check Path:
/health
Required environment variables on Render:
ARK_API_KEYARK_BASE_URLARK_MODELARK_TIMEOUT_MS
After deployment, use the Render app URL with /mcp as the remote MCP endpoint.
Verification
npm test
npm run check
npm run buildThis server cannot be deployed
Maintenance
Related MCP Connectors
AI story generator — create illustrated storybooks, AI songs, and short AI video films
AI story generator — create illustrated storybooks, AI songs, and short AI video films
Make animated videos by asking Claude, Cursor or any MCP client. Your AI writes it, we render it.
Cloud Blender for AI agents: scenes, assets, renders, MP4, STL, GLB — over hosted remote MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that automates the generation of structured children's books using Claude Desktop.3 npmMIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage audio-story series: create, edit, narrate, publish, and generate marketing content like UGC videos and reels through a secure MCP endpoint.-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that turns local LM Studio models into imaginative storytellers, automatically generating and saving creative stories as text files.MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI-driven long-form novel creation and management, including chapter generation, character and timeline tracking, semantic memory retrieval, version savepoints, and deep consistency checking across multiple projects through MCP tools, with support for local LM Studio or any OpenAI-compatible API.13MIT