Command Palette

Search for a command to run...

UnylyUnyly
Browse all

PindouAI Server

FreeNot checked

Enables AI assistants to interact with PindouAI for converting images into Perler bead patterns, pixel art blueprints, and accessing gallery creations and websi

GitHubEmbed

About

Enables AI assistants to interact with PindouAI for converting images into Perler bead patterns, pixel art blueprints, and accessing gallery creations and website URLs.

README

smithery badge

An official Model Context Protocol (MCP) server for PindouAI.

PindouAI is an advanced web application for converting images into high-quality Perler bead patterns, Hama bead templates, and pixel art blueprints. This MCP server allows AI assistants (like Claude, Cursor, and others) to interact directly with the PindouAI ecosystem.

Features

🛠 Tools

  • get_recent_patterns: Fetches the most recent public creations from the PindouAI Gallery. Allows the LLM to showcase real examples of pixel art patterns created by the community.
  • get_website_url: Returns the official URLs for PindouAI services (Home, Generator, Gallery).

💬 Prompts

  • create_pixel_art: A pre-defined prompt that LLMs can use to instruct users on how to convert their images into Perler bead or pixel art patterns using the PindouAI Generator.

Usage with Desktop Apps

Claude Desktop

To use this with Claude Desktop, add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "pindouai": {
      "command": "npx",
      "args": [
        "-y",
        "pindouai-mcp-server"
      ]
    }
  }
}

Cursor

To use this with Cursor, go to Cursor Settings > Features > MCP and add a new server:

  • Name: pindouai
  • Type: command
  • Command: npx -y pindouai-mcp-server

Local Development

  1. Clone this repository
  2. Install dependencies:
    npm install
    
  3. Build the server:
    npm run build
    
  4. Run locally for testing:
    npm start
    

About PindouAI

PindouAI (拼豆AI) provides tools for crafting enthusiasts and pixel artists:

  • AI Cartoonization: Convert photos into cute Chibi-style designs.
  • Auto Background Removal: Clean up images before pixelation.
  • Precise Color Matching: Automatically matches your image to real-world Perler, Hama, and Artkal bead palettes.
  • PDF Blueprints: Export your designs to highly detailed PDF blueprints for printing and crafting.

Visit pindouai.app to start creating!

License

This project is licensed under the MIT License.

from github.com/double2dev/pindou-mcp

Install PindouAI Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install pindouai-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add pindouai-mcp-server -- npx -y pindouai-mcp-server

Step-by-step: how to install PindouAI Server

FAQ

Is PindouAI Server MCP free?

Yes, PindouAI Server MCP is free — one-click install via Unyly at no cost.

Does PindouAI Server need an API key?

No, PindouAI Server runs without API keys or environment variables.

Is PindouAI Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install PindouAI Server in Claude Desktop, Claude Code or Cursor?

Open PindouAI Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare PindouAI Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs