npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dropi-mcp

v1.0.3

Published

MCP Server for Dropi.co - Connect Claude, ChatGPT, and other AI assistants to Dropi dropshipping platform

Readme

🚀 Dropi MCP Server

npm version License: MIT

Conecta Claude Desktop, ChatGPT, Cursor y otros asistentes de IA con la plataforma de dropshipping Dropi.co.

🎯 Creado por Trucos Ecomm & Drop - La comunidad de dropshipping #1 de Colombia


✨ ¿Qué puedes hacer?

| Acción | Descripción | |--------|-------------| | 📦 Crear pedidos | Subir órdenes directamente a Dropi | | 📋 Listar órdenes | Ver todas tus órdenes con filtros | | 🔍 Buscar pedidos | Por ID, guía, estado, fecha, cliente | | 🏷️ Generar guías | Individual o masivamente | | ❌ Cancelar órdenes | Cambiar estado a cancelado | | 💰 Ver wallet | Balance actual y movimientos | | 🚚 Cotizar envíos | Precio de flete entre ciudades | | 📍 Ciudades/Departamentos | Consultar ubicaciones disponibles | | 🏢 Transportadoras | Ver transportadoras disponibles | | 🛍️ Productos | Listar tus productos en Dropi |


📦 Instalación Rápida

Opción 1: NPX (Recomendado)

No necesitas instalar nada, solo configura Claude Desktop:

{
  "mcpServers": {
    "dropi": {
      "command": "npx",
      "args": ["-y", "dropi-mcp"],
      "env": {
        "DROPI_EMAIL": "[email protected]",
        "DROPI_PASSWORD": "tu_contraseña"
      }
    }
  }
}

Opción 2: Instalación Global

npm install -g dropi-mcp
{
  "mcpServers": {
    "dropi": {
      "command": "dropi-mcp",
      "env": {
        "DROPI_EMAIL": "[email protected]",
        "DROPI_PASSWORD": "tu_contraseña"
      }
    }
  }
}

Opción 3: Desde el código fuente

git clone https://github.com/AndresestradaR/dropi-mcp.git
cd dropi-mcp
npm install
npm run build
{
  "mcpServers": {
    "dropi": {
      "command": "node",
      "args": ["/ruta/completa/a/dropi-mcp/dist/index.js"],
      "env": {
        "DROPI_EMAIL": "[email protected]",
        "DROPI_PASSWORD": "tu_contraseña"
      }
    }
  }
}

⚙️ Configuración Claude Desktop

  1. Abre Claude Desktop
  2. Ve a SettingsDeveloperEdit Config
  3. Agrega la configuración del MCP
  4. Reinicia Claude Desktop

Ubicación del archivo:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

🎮 Ejemplos de Uso

"Muéstrame mis pedidos de hoy"
"¿Cuántas órdenes tengo pendientes?"
"Busca el pedido con guía 123456789"
"Crea un pedido para Juan Pérez en Bogotá..."
"Genera guía para la orden 567890"
"¿Cuánto tengo en mi wallet de Dropi?"
"Lista mis productos en Dropi"

🛠️ Tools Disponibles

| Tool | Descripción | |------|-------------| | dropi_login | Autenticarse y verificar conexión | | dropi_get_departments | Listar departamentos | | dropi_get_cities | Listar ciudades de un departamento | | dropi_create_order | Crear nuevo pedido | | dropi_get_order | Obtener pedido por ID | | dropi_get_order_by_guide | Obtener pedido por número de guía | | dropi_get_orders | Listar pedidos con filtros | | dropi_generate_guide | Generar guía para un pedido | | dropi_generate_guides_massive | Generar guías masivamente | | dropi_cancel_order | Cancelar un pedido | | dropi_get_wallet_balance | Ver balance del wallet | | dropi_get_wallet_history | Ver movimientos del wallet | | dropi_get_transport_companies | Listar transportadoras | | dropi_get_shipping_quote | Cotizar costo de envío | | dropi_get_products | Listar productos disponibles |


🔐 Seguridad

  • Tus credenciales se almacenan localmente en tu computadora
  • El MCP corre localmente, no en servidores externos
  • La comunicación con Dropi usa HTTPS

🤝 Compatibilidad

  • ✅ Claude Desktop
  • ✅ ChatGPT Desktop (con plugins MCP)
  • ✅ Cursor IDE
  • ✅ Continue.dev
  • ✅ Cualquier cliente MCP

📚 Recursos


📄 Licencia

MIT License - Úsalo libremente en tus proyectos.


Desarrollado con ❤️ por Trucos Ecomm & Drop

Si te sirvió, dale ⭐ al repo y suscríbete al canal!