colorforge-create-mcp
v0.1.0
Published
MCP server for generating AI coloring pages — create custom coloring book pages from text descriptions with multiple styles and complexity levels
Maintainers
Readme
colorforge-create-mcp
MCP server for generating AI coloring pages from text descriptions. Create custom coloring book pages for kids, adults, classrooms, therapy, and publishing.
Features
- generate_coloring_page — Create a coloring page from any text description with customizable complexity and line style
- get_coloring_themes — Browse curated coloring page ideas organized by age group and theme
- plan_coloring_book — Generate a structured plan for a themed coloring book with ready-to-use prompts
- get_coloring_style_guide — Get recommendations for settings based on your use case (classroom, therapy, publishing, etc.)
Installation
npx colorforge-create-mcpOr install globally:
npm install -g colorforge-create-mcpUsage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"colorforge-create": {
"command": "npx",
"args": ["-y", "colorforge-create-mcp"]
}
}
}Tools
generate_coloring_page
Generate a custom AI coloring page from a text prompt.
Parameters:
prompt(required) — Description of the coloring page (e.g., "a friendly dragon reading a book")theme— Category: animals, nature, fantasy, vehicles, mandala, people, buildings, food, space, underwater, holiday, abstractcomplexity— simple (ages 3-5), medium (ages 6-10), detailed (teens/adults)lineStyle— bold (thick outlines), fine (delicate), varied (mixed weights)
get_coloring_themes
Get curated prompt ideas organized by age group and theme.
Parameters:
ageGroup— toddler, kids, tweens, teens, adultstheme— animals, nature, fantasy, vehicles, mandala, educational, seasonal, pop-culture
plan_coloring_book
Generate a complete book plan with page-by-page prompts.
Parameters:
bookTheme(required) — Overall theme (e.g., "ocean animals for 5 year olds")pageCount— Number of pages (4-30, default: 10)targetAge— toddler, kids, tweens, teens, adults
get_coloring_style_guide
Get detailed recommendations for your use case.
Parameters:
useCase— classroom, therapy, kids-party, adult-relaxation, book-publishing, custom-gift
Examples
"Generate a coloring page of a cat astronaut floating in space with planets"
"Plan a 12-page dinosaur coloring book for 6-year-olds"
"What coloring themes work best for a kindergarten classroom?"
"Create a detailed mandala for adult stress relief"About ColorForge
ColorForge is an AI coloring page generator with gallery, PDF book builder, and Pro subscription for unlimited high-resolution downloads.
License
MIT
