The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Lovie Company Formation listing page.
The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
This opens your browser to authenticate with your Lovie account.
Claude Code
To add Lovie globally (available in all projects):
To add Lovie to the current project only:
Cursor — add to .cursor/mcp.json
Windsurf — add to mcp_config.json
Claude Desktop — add to claude_desktop_config.json
VS Code / GitHub Copilot — add to .vscode/mcp.json
Replit — add to .replit or use the MCP panel in Replit Agent
Lovable — in the MCP integration settings, add:
lovienpx-y lovieManus — in the MCP tool configuration, add:
lovienpx-y lovieOpenAI (ChatGPT / Codex) — if MCP is supported, use the same stdio config:
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.
| 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 |
This package is a lightweight stdio-to-HTTP proxy. It connects your local AI tool to the Lovie MCP server:
| 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 |
MIT