mcp of polopan
Created 4/28/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
polopan mcp server
find clothes faster, get full outfit ideas, and shop with less effort.
what you can do
search by words
type what you want, like "birthday dress under 3000", and get options quickly.
search by image
upload a photo or share an image link to find similar styles.
get complete outfit ideas
pick one item and get matching suggestions like footwear, bag, and earrings.
find cheaper alternatives
if you like a product but want more options in your budget, ask for alternatives.
setup
install in cursor
or setup manually
add this to your ~/.cursor/mcp.json file:
{
"mcpServers": {
"polopan-products": {
"command": "npx",
"args": ["-y", "polopan-products-mcp"]
}
}
}
save and reload cursor.
prompts you can copy and use
birthday party shopping
i am looking for a dress for a birthday party. i am a 27 year old girl.
use polopan mcp and give me complete outfits.
include completing outfits items in every look with links and total price.
show me budget, mid, and premium options.
club night look
budget is not a problem.
size is 2xl/3xl.
occasion is friends club night.
use polopan mcp and suggest 8 complete looks.
make them bold and stylish, and include total look price.
find from image
use this image and find similar products.
then show only pants or trousers style options with links and sizes.
if exact trousers are not available, show the closest bottom-wear options.
look for cheaper options
i want a printed shirt in the 1501-3000 budget range for a date night.
then give me best complete outfits based on the top option to complete the set.
wedding guest outfits
i need outfit ideas for a wedding evening function.
give me 10 complete looks in xl to 3xl.
split into: under 5k, 5k-10k, and premium.
include footwear, bag, and earrings in every look.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/rofoso-com/mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"rofoso-com-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/rofoso-com/mcp"
]
}
}
}