Back to Browse

Lovie Company Formation Mcp Npx MCP Server

by Lovieco
Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Form companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools.

About

Form companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools.

Remote endpoints: streamable-http: https://mcp.lovie.co/mcp/mcp

Security Report

4.2
Use Caution4.2High Risk

Lovie is a well-structured MCP proxy with proper OAuth2 PKCE authentication, secure token storage, and appropriate permission scoping. The code demonstrates good security practices including token refresh handling, 401/404 error recovery, and environment-based credential override. Minor code quality issues (broad exception handling, eval via exec for browser open, unused variable) are present but do not pose significant security risks. The server properly authenticates before exposing sensitive financial tools. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Custom MCP server URL (default: https://mcp.lovie.co/mcp/mcp)Optional

Environment variable: LOVIE_MCP_URL

Bearer token — overrides stored OAuth tokenOptional

Environment variable: LOVIE_API_KEY

Enable verbose logging to stderrOptional

Environment variable: DEBUG

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

{
  "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:

  • 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:

{
  "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

CategoryTools
Company FormationStart formation, set state, choose entity type, check name availability, add shareholders, generate certificate, pay filing fee
Bank AccountsCreate checking/savings/wallet, get balances, freeze/unfreeze, close accounts
CardsIssue virtual/physical cards, set spending limits, freeze/unfreeze, cancel
PaymentsTransfer between accounts, deposit funds, withdraw from wallet
InvoicingCreate/send/duplicate invoices, mark as paid, generate PDFs
ClientsCreate and manage client records for invoicing
TransactionsList and filter transactions with AI-powered categorization
Linked AccountsConnect external bank accounts via Plaid, sync transactions
User ProfileView/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

VariableDescription
LOVIE_MCP_URLCustom MCP server URL (default: https://mcp.lovie.co/mcp/mcp)
LOVIE_API_KEYBearer token — overrides stored OAuth token
DEBUGEnable verbose logging to stderr

Requirements

  • Node.js 18+
  • A Lovie account (lovie.co)

License

MIT

Reviews

No reviews yet

Be the first to review this server!