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.
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).
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.
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pindouai": {
"command": "npx",
"args": [
"-y",
"pindouai-mcp-server"
]
}
}
}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
- Clone this repository
- Install dependencies:
npm install
- Build the server:
npm run build
- Run locally for testing:
npm start
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!
This project is licensed under the MIT License.