carpet-design-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@carpet-design-mcpCreate an Etsy SEO listing for a Japandi-style carpet with earthy terracotta tones."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Carpet Design Intelligence MCP Server (carpet-design-mcp)
A specialized Model Context Protocol (MCP) server built for Indian carpet exporters, manufacturers, and interior designers to design, validate, and sell rugs overseas.
This server bridges overseas market intelligence (Etsy/US/EU trends), AI prompt engineering (Midjourney, FLUX, Gemini, DALL-E 3), Indian weaving specifications (Bhadohi, Jaipur, Panipat), and Etsy SEO listing generation.
Features & Available Tools
1. get_carpet_design_styles
Purpose: Explores 7 core carpet design categories: Japandi, Vintage Persian, Turkish Oushak, Modern Abstract, Moroccan Berber, Scandinavian Kilim, and Mughal Heritage.
Returns: Signature motifs, border styles, medallion types, fibers, and curated yarn swatches.
2. generate_carpet_design_prompt
Purpose: Generates hyper-focused 6-layer 2D top-down flat lay AI prompts for carpet and area rug design.
Returns: Optimized AI prompt string with perspective lock (
top-down flat lay view), weave texture specs, color palette, and seamless tile parameters (--tilefor Midjourney).
3. refine_carpet_design_concept
Purpose: Takes a rough carpet design concept and enriches it into a professional AI design prompt with authentic carpet craftsmanship terminology (Herati borders, abrash fading, lotus medallion, carved relief).
4. get_carpet_color_palettes
Purpose: Gets curated carpet color palettes (Earthy Terracotta, Mineral Japandi, Washed Indigo, Oushak Pastel, Gold Silk) specifically tailored for yarn dyeing and rug aesthetics.
Related MCP server: Etsy MCP Server
Installation & Setup
Prerequisites
Node.js v18 or higher installed on your system.
Build from Source
git clone https://github.com/AquibFaiyaz/Carpet_mcp.git
cd Carpet_mcp
npm install
npm run buildConfiguration for MCP Hosts
1. Claude Desktop
Add the following snippet to your claude_desktop_config.json:
{
"mcpServers": {
"carpet-design-mcp": {
"command": "node",
"args": [
"/Users/aquibfaiyaz/Desktop/Learning Resources/Carpet_mcp/dist/index.js"
]
}
}
}2. Antigravity IDE / Cursor
Add to your workspace .vscode/settings.json or .agents/mcp_config.json:
{
"mcpServers": {
"carpet-design-mcp": {
"command": "npx",
"args": [
"-y",
"tsx",
"/Users/aquibfaiyaz/Desktop/Learning Resources/Carpet_mcp/src/index.ts"
]
}
}
}Automated CI/CD & VPS Deployment
This repository includes a GitHub Actions CI/CD pipeline (.github/workflows/deploy.yml).
Every commit pushed to the main branch automatically:
Runs TypeScript typechecking (
npm run typecheck).Compiles production JS bundle (
npm run build).Executes automated integration tests (
npx tsx scripts/test_tools.ts).SSHs into your VPS server (
166.0.244.81) and reloads PM2 (pm2 restart carpet-mcp).
License
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
AI fashion design — product photos, videos, tech packs, colorways & fabric sims.
Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.
Run storefronts, listings, orders, content, fulfillment, and analytics through AI.
- VibeSEOOAuthdev.vibeseo
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Related MCP Servers
- AlicenseBqualityBmaintenanceGenerates complete SEO-optimized Etsy product listings including titles, descriptions, tags, and pricing suggestions. Helps Etsy sellers create compelling listings that rank higher in search results and save hours of manual work.143 npm27MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to search for products, retrieve listing details, get shop information, discover trending items, and access reviews on Etsy through the Etsy API v3.715MIT
- AlicenseAqualityDmaintenanceKlarna-style product discovery for AI shopping agents. Makes product catalogs machine-readable so AI agents can search, compare, and purchase products programmatically.6MIT
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and interact with Etsy through browser automation, including product search, cart management, favorites, checkout, and seller messaging.122 npmMIT