Falabella Cli
FreeNot checkedπ MCP server for Falabella e-commerce β product search and structured reviews.
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 byproductIdwith 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.
Install Falabella Cli in Claude Desktop, Claude Code & Cursor
unyly install falabella-cliInstalls 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-cliStep-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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
