Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Falabella Cli

FreeNot checked

πŸ”Ž MCP server for Falabella e-commerce β€” product search and structured reviews.

GitHubEmbed

About

πŸ”Ž MCP server for Falabella e-commerce β€” product search and structured reviews.

README

falabella-cli exposes Falabella product search and review retrieval as an MCP server that works with Claude Desktop and other MCP-compatible clients.

2 tools available:

  • get_search_results: Search products/categories and return product metadata, pagination, and related keywords.
  • get_reviews: Fetch product reviews by productId with optional pagination (offset, limit).

Install

git clone https://github.com/felipetodev/falabella-cli.git
cd falabella-cli
pnpm install

MCP Server (Claude Integration)

Setup for Claude Code

Add .mcp.json to your project root:

{
  "mcpServers": {
    "falabella-cli": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/falabella-cli/src/mcp/index.ts"
      ]
    }
  }
}

Setup for Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "falabella-cli": {
      "command": "npx",
      "args": [
        "-y",
        "tsx",
        "/path/to/falabella-cli/src/mcp/index.ts"
      ]
    }
  }
}

After saving the config, restart Claude Desktop.

Local run and debug

Run MCP Inspector:

pnpm run mcp:dev

This starts the server and opens the inspector flow to test tools interactively.

from github.com/felipetodev/falabella-cli

Install Falabella Cli in Claude Desktop, Claude Code & Cursor

Recommended Β· one command, every IDE
unyly install falabella-cli

Installs into Claude Desktop, Claude Code, Cursor & VS Code β€” handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add falabella-cli -- npx -y github:felipetodev/falabella-cli

Step-by-step: how to install Falabella Cli

FAQ

Is Falabella Cli MCP free?

Yes, Falabella Cli MCP is free β€” one-click install via Unyly at no cost.

Does Falabella Cli need an API key?

No, Falabella Cli runs without API keys or environment variables.

Is Falabella Cli hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Falabella Cli in Claude Desktop, Claude Code or Cursor?

Open Falabella Cli on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install β€” the config is generated automatically, no JSON editing.

Related MCPs

Compare Falabella Cli with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs