klydo-mcp
Click on "Install 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., "@klydo-mcpfind stylish kurtas for women under โน1500"
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.
Klydo MCP Server
Fashion discovery MCP server for Indian Gen Z.
Enables AI assistants like Claude to search and discover fashion products from Klydo โ India's Gen-Z quick tech fashion commerce platform based in Bangalore.
โจ Features
๐ Search Products โ Search fashion items with filters (category, gender, price range)
๐ฆ Product Details โ Get complete product info including images, sizes, colors, ratings
๐ฅ Trending Products โ Discover what's popular right now
๐ Structured Logging โ Debug-friendly logs with Loguru
โก Fast & Cached โ In-memory caching for quick responses
๐ Quick Start
Installation
Option 1: Install from PyPI (Recommended)
# Using pip
pip install klydo-mcp
# Or using pipx (isolated environment)
pipx install klydo-mcp
# Or using uvx (no installation needed)
uvx --from klydo-mcp klydoOption 2: Install from Source
# Clone the repository
git clone https://github.com/myselfshravan/klydo-mcp.git
cd klydo-mcp
# Install dependencies with uv
uv syncUsage with Claude Desktop
If installed via PyPI (pip/pipx)
Add to your Claude Desktop configuration:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"klydo": {
"command": "klydo"
}
}
}If using uvx (recommended for easy updates)
{
"mcpServers": {
"klydo": {
"command": "uvx",
"args": ["--from", "klydo-mcp", "klydo"]
}
}
}If installed from source
{
"mcpServers": {
"klydo": {
"command": "uv",
"args": ["--directory", "/path/to/klydo-mcp", "run", "klydo"]
}
}
}Then restart Claude Desktop.
Run Standalone
uv run klydo๐ ๏ธ MCP Tools
search_products
Search for fashion products.
Parameter | Type | Description |
| string | required โ Search terms (e.g., "black dress", "nike shoes") |
| string | Filter by category (e.g., "dresses", "shoes") |
| string | Filter by gender ("men" or "women") |
| int | Minimum price in INR |
| int | Maximum price in INR |
| int | Max results (default 10, max 50) |
get_product_details
Get complete product information.
Parameter | Type | Description |
| string | required โ Product ID from search results |
Returns: Full details โ images, sizes, colors, ratings, and purchase link.
get_trending
Discover what's hot rn ๐ฅ
Parameter | Type | Description |
| string | Category filter |
| int | Max results (default 10, max 50) |
โ๏ธ Configuration
Copy .env.example to .env and customize:
# Request settings
KLYDO_REQUEST_TIMEOUT=30
KLYDO_CACHE_TTL=3600
# Debug mode (set to false in production)
KLYDO_DEBUG=false
# API token for klydo.in (required)
KLYDO_KLYDO_API_TOKEN=your-token๐ Project Structure
klydo-mcp/
โโโ src/klydo/
โ โโโ __init__.py
โ โโโ server.py # MCP server entry point
โ โโโ config.py # Configuration (Pydantic Settings)
โ โโโ logging.py # Loguru configuration
โ โโโ models/
โ โ โโโ product.py # Product, Price models
โ โโโ scrapers/
โ โโโ base.py # Scraper protocol (interface)
โ โโโ cache.py # In-memory cache with TTL
โ โโโ klydo_store.py # Klydo.in API client
โโโ tests/ # Test suite
โโโ .github/workflows/ # CI/CD pipelines
โโโ pyproject.toml
โโโ README.md๐งช Testing
# Run all tests
uv run pytest
# Run with verbose output
uv run pytest -v
# Run specific test file
uv run pytest tests/test_models.py๐ง Development
# Install dev dependencies
uv sync --dev
# Run linting
uv run ruff check src/
# Format code
uv run ruff format src/
# Run the server locally
uv run klydo๐ค Contributing
We welcome contributions! Please see our Contributing Guide for details.
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
๐ Security
For security issues, please see our Security Policy.
๐ License
MIT License โ see LICENSE for details.
๐ข About Klydo
Klydo is a Bangalore-based startup building quick tech fashion commerce for Gen-Z (18-32 age group). We're making fashion discovery seamless, fast, and accessible. This MCP server extends our platform to AI assistants, enabling natural language fashion search.
Backed by innovation. Built for Gen-Z. Made in India. ๐ฎ๐ณ
Made with โค๏ธ in Bangalore, India
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/myselfshravan/klydo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server