Skip to main content
Glama

PindouAI MCP Server

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.

Related MCP server: Piskel MCP Server

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.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

  • Send quick greetings, scrape website content, and generate text or images on demand. Perform web s…

  • Build personal interactive apps with real URLs and persistent storage, using any AI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/double2dev/pindou-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server