loading…
Search for a command to run...
loading…
An HTTP server that exposes Last.app's MCP as a remote endpoint for Claude Desktop, allowing connection without installing plugins or requiring Cowork.
An HTTP server that exposes Last.app's MCP as a remote endpoint for Claude Desktop, allowing connection without installing plugins or requiring Cowork.
Servidor HTTP que expone el MCP de Last.app como endpoint remoto para Claude Desktop.
Permite conectar Claude Desktop al MCP de Last.app añadiéndolo como MCP personalizado por URL, sin necesidad de instalar el plugin .plugin ni tener Cowork.
# 1. Copiar la carpeta lastapp-mcp-remote a tu servidor
# 2. Instalar dependencias
npm install
# 3. Arrancar
LASTAPP_API_KEY=393f8be1-5860-4b38-86ce-1993039cad3f node bridge.mjs
El servidor arrancará en http://tu-servidor:3000/mcp.
Para mantenerlo corriendo en segundo plano, usa pm2:
npm install -g pm2
LASTAPP_API_KEY=393f8be1-5860-4b38-86ce-1993039cad3f pm2 start bridge.mjs --name lastapp-mcp
pm2 save
# Construir imagen
docker build -t lastapp-mcp-remote .
# Arrancar contenedor
docker run -d \
--name lastapp-mcp \
-p 3000:3000 \
-e LASTAPP_API_KEY=393f8be1-5860-4b38-86ce-1993039cad3f \
--restart unless-stopped \
lastapp-mcp-remote
npm installnode bridge.mjsLASTAPP_API_KEY = 393f8be1-5860-4b38-86ce-1993039cad3fRender asigna una URL tipo https://lastapp-mcp-xxxx.onrender.com.
El endpoint MCP será https://lastapp-mcp-xxxx.onrender.com/mcp.
Una vez desplegado, añadir en Claude Desktop:
https://tu-servidor.com/mcpAbrir una conversación nueva y probar: "¿Cómo fueron las ventas de ayer?"
| Variable | Requerida | Default | Descripción |
|---|---|---|---|
LASTAPP_API_KEY |
Sí | — | API key de Last.app |
PORT |
No | 3000 | Puerto HTTP |
BRIDGE_SECRET |
No | — | Secret compartido para auth |
LASTAPP_API_URL |
No | https://api.last.app/v2 |
URL de la API |
LASTAPP_TIMEOUT |
No | 30000 | Timeout en ms |
En producción, se recomienda:
BRIDGE_SECRET para que solo clientes autorizados puedan conectarse# Health check
curl https://tu-servidor.com/
# Debería devolver:
# {"name":"lastapp-mcp-remote","version":"0.1.0","status":"ok","activeSessions":0}
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"last-app-mcp-remote-bridge": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also