npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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

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-mcp

Or install globally:

npm install -g colorforge-create-mcp

Usage 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, abstract
  • complexity — 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, adults
  • theme — 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