Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"lovie": {
"args": [
"-y",
"lovie"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'lovie' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked lovie against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / productivity
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.
MCP Security Weekly
Get CVE alerts and security updates for Lovie — Company Formation MCP and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
npm install -g lovie
lovie login
This opens your browser to authenticate with your Lovie account.
Claude Code
To add Lovie globally (available in all projects):
claude mcp add --scope user lovie npx lovie
To add Lovie to the current project only:
claude mcp add lovie npx lovie
Cursor — add to .cursor/mcp.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Windsurf — add to mcp_config.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Claude Desktop — add to claude_desktop_config.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
VS Code / GitHub Copilot — add to .vscode/mcp.json
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
Replit — add to .replit or use the MCP panel in Replit Agent
{
"mcpServers": {
"lovie": {
"command": "npx",
"args": ["-y", "lovie"]
}
}
}
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:
{
"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.
| 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 |
lovie # Show setup instructions
lovie login # Authenticate with Lovie
lovie logout # Clear stored credentials
lovie status # Check authentication status
lovie help # Show help
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
| 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 |
| `DEBU |