Lovie
officialThe Company Formation MCP for AI coding tools.
lovie — Company Formation MCP Server
The Company Formation MCP for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.
Quick Start
npm install -g lovie
1. Log in
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):
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
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:
- Name:
lovie - Command:
npx - Arguments:
-y lovie
Manus — in the MCP tool configuration, add:
OpenAI (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.
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
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://lovie-mcp.vercel.app/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)
License
MIT
Related Servers
Strider Labs Instacart MCP
MCP server for Instacart - let AI agents order groceries and household items from local stores
Memory Bank MCP
A production-ready Model Context Protocol (MCP) server that provides a powerful, vector-native memory bank for AI agents. Built with the Protocol-Lattice Go Agent Framework, this server offers persistent, searchable, and shareable memory with multiple database backends.
ThreatByte-MCP
ThreatByte-MCP is a deliberately vulnerable, MCP-based case management web app. It mirrors a realistic SOC analyst workflow with a server-rendered UI and a real MCP server. The MCP tools are intentionally vulnerable for training and demonstration.
Control4 MCP Server
A safe-by-default MCP server that exposes your Control4 home automation (lights, scenes, locks, thermostats, and media) as structured tools over HTTP and Claude Desktop STDIO for reliable AI-powered control on your local network.
O'RLY Book Cover Generator
Generates O'RLY? (O'Reilly parody) book covers.
Librarian Nexus
Librarian Nexus is a shared knowledge library for AI agents. Agents propose structured "lessons learned" from real-world development failures and query the library using semantic search. Lessons include epic (what was attempted), failure (what went wrong), and solution (what fixed it). Queries are paywalled at $0.01 USDC via the x402 payment protocol on Base.
KSeF
MCP server for Poland's national e-invoicing system KSeF (Krajowy System e-Faktur). Provides 12 tools for complete KSeF API integration including session management, invoice querying/submission, export generation, and system monitoring. Built with Rust for reliability and performance. Perfect for Polish businesses automating e-invoicing processes and developers building KSeF compliance tools.
HashLock OTC
OTC crypto trading with HTLC atomic settlement on Ethereum and Bitcoin — create trades, lock assets, and settle trustlessly via AI agents
Curve MCP Server
Pool data, swap rates, and liquidity info on Curve Finance.
bioinformatics-mcp-server
Bioinformatics data for AI agents — gene search, protein structures, clinical variants, PubMed literature, and DNA sequences via NCBI and UniProt. No API key required.