claude mcp add lovie-company-formation-mcp-npx -- npx -y lovie{
"mcpServers": {
"lovie-company-formation-mcp-npx": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}Resumen de MCP Servers
# lovie — Company Formation MCP Server
The [Company Formation MCP](https://www.lovie.co/formation) for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
## Quick Start
```bash
npm install -g lovie
```
### 1. Log in
```bash
lovie login
```
This opens your browser to authenticate with your Lovie account.
### 2. Add to your AI tool
**Claude Code**
To add Lovie globally (available in all projects):
```bash
claude mcp add --scope user lovie npx lovie
```
To add Lovie to the current project only:
```bash
claude mcp add lovie npx lovie
```
**Cursor** — add to `.cursor/mcp.json`
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**Windsurf** — add to `mcp_config.json`
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**Claude Desktop** — add to `claude_desktop_config.json`
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**VS Code / GitHub Copilot** — add to `.vscode/mcp.json`
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**Replit** — add to `.replit` or use the MCP panel in Replit Agent
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**Lovable** — in the MCP integration settings, add:
- **Name**: `lovie`
- **Command**: `npx`
- **Arguments**: `-y lovie`
**Manus** — in the MCP tool configuration, add:
- **Name**: `lovie`
- **Command**: `npx`
- **Arguments**: `-y lovie`
**OpenAI (ChatGPT / Codex)** — if MCP is supported, use the same stdio config:
```json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
```
**Any MCP-compatible platform** — Lovie works with any tool that supports the MCP stdio protocol. Use `npx -y lovie` as the command, or `lovie` if installed globally.
That's it. Your AI tool now has access to 79 Lovie business tools.
## What You Can Do
| Category | Tools |
|----------|-------|
| **Company Formation** | Start formation, set state, choose entity type, check name availability, add shareholders, generate certificate, pay filing fee |
| **Bank Accounts** | Create checking/savings/wallet, get balances, freeze/unfreeze, close accounts |
| **Cards** | Issue virtual/physical cards, set spending limits, freeze/unfreeze, cancel |
| **Payments** | Transfer between accounts, deposit funds, withdraw from wallet |
| **Invoicing** | Create/send/duplicate invoices, mark as paid, generate PDFs |
| **Clients** | Create and manage client records for invoicing |
| **Transactions** | List and filter transactions with AI-powered categorization |
| **Linked Accounts** | Connect external bank accounts via Plaid, sync transactions |
| **User Profile** | View/update profile, manage sessions, activity history |
## Commands
```bash
lovie # Show setup instructions
lovie login # Authenticate with Lovie
lovie logout # Clear stored credentials
lovie status # Check authentication status
lovie help # Show help
```
## How It Works
This package is a lightweight stdio-to-HTTP proxy. It connects your local AI tool to the Lovie MCP server:
```
AI Tool (Claude, Cursor, etc.) ←— stdio —→ lovie (this package) ←— HTTPS —→ Lovie MCP Server
```
- On startup, discovers all available tools from the remote server
- Forwards tool calls over HTTPS and returns results via stdio
- Handles OAuth authentication, session management, and automatic token refresh
- All business logic runs on the Lovie server — this package is just the bridge
## Environment Variables
| Variable | Description |
|----------|-------------|
| `LOVIE_MCP_URL` | Custom MCP server URL (default: `https://mcp.lovie.co/mcp/mcp`) |
| `LOVIE_API_KEY` | Bearer token — overrides stored OAuth token |
| `DEBUG` | Enable verbose logging to stderr |
## Requirements
- Node.js 18+
- A Lovie account ([lovie.co](https://lovie.co))
## License
MIT
Lo que la gente pregunta sobre lovie-company-formation-mcp-npx
¿Qué es lovieco/lovie-company-formation-mcp-npx?
+
lovieco/lovie-company-formation-mcp-npx es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.
¿Cómo se instala lovie-company-formation-mcp-npx?
+
Puedes instalar lovie-company-formation-mcp-npx clonando el repositorio (https://github.com/lovieco/lovie-company-formation-mcp-npx) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar lovieco/lovie-company-formation-mcp-npx?
+
lovieco/lovie-company-formation-mcp-npx aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene lovieco/lovie-company-formation-mcp-npx?
+
lovieco/lovie-company-formation-mcp-npx es mantenido por lovieco. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a lovie-company-formation-mcp-npx?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega lovie-company-formation-mcp-npx en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/lovieco-lovie-company-formation-mcp-npx)<a href="https://claudewave.com/repo/lovieco-lovie-company-formation-mcp-npx"><img src="https://claudewave.com/api/badge/lovieco-lovie-company-formation-mcp-npx" alt="Featured on ClaudeWave: lovieco/lovie-company-formation-mcp-npx" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。