CLI MARKET MCP SERVER
About
Conecta tus asistentes de IA (Claude, Cursor, Cline, etc.) con **CLI MARKET**, la plataforma de marketplace para línea de comandos.
Details
- Author
- user
- Downloads
- 357
- Categories
- Developer Tools
Jump to
- Manage products: create, list, update, and delete catalog items.
- Handle orders: check status, update tracking, and generate sales reports.
- Query customer data: search, view purchase history, and segment.
- Analyze sales metrics: period sales, top products, total revenue.
- Control inventory: stock levels and low-stock alerts.
- Export reports to CSV or JSON format.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CLI MARKET MCP SERVERCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package globally via npm install -g @tu-usuario/cli-market-mcp or pip install cli-market-mcp. Then add the server configuration to your MCP settings file (e.g., claude_desktop_config.json) with the command npx -y @tu-usuario/cli-market-mcp and set the environment variables CLI_MARKET_API_KEY and CLI_MARKET_API_URL.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cli market mcp server": {
"cli-market": {
"command": "npx",
"args": [
"-y",
"@tu-usuario/cli-market-mcp"
],
"env": {
"CLI_MARKET_API_KEY": "tu-api-key",
"CLI_MARKET_API_URL": "https://api.climarket.com"
}
}
}
}
}
McpServers
{
"cli-market": {
"command": "npx",
"args": [
"-y",
"@tu-usuario/cli-market-mcp"
],
"env": {
"CLI_MARKET_API_KEY": "tu-api-key",
"CLI_MARKET_API_URL": "https://api.climarket.com"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





