Lovie Company Formation MCP

Lovie Company Formation MCP

Lovie Company Formation MCP is for AI coding tools. Form companies, manage bank accounts, cards, invoices, and more — directly from your terminal.

Category
Visit Server

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

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://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)

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured