Invompt/invompt-mcp
MCP server for Invompt — create invoices from any AI tool
Platform-specific configuration:
{
"mcpServers": {
"invompt-mcp": {
"command": "npx",
"args": [
"-y",
"invompt-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/invompt-mcp) [](LICENSE) [](https://nodejs.org)
MCP server for Invompt — the AI invoice generator. Create, manage, and share professional invoices from any AI tool.
> "Create an invoice for 40 hours of web development at $150/hr for Acme Corp, due in 30 days"
Your AI assistant reads the format spec, generates the invoice, calls the API, and returns a shareable link — all without leaving your editor.
Connect directly to the hosted server — no npm install, no local process:
{
"mcpServers": {
"invompt": {
"type": "http",
"url": "https://mcp.invompt.com/mcp",
"headers": {
"Authorization": "Bearer inv_sk_..."
}
}
}
}claude mcp add invompt -e INVOMPT_API_KEY=inv_sk_... -- npx invompt-mcpnpx invompt-mcpSet INVOMPT_API_KEY in your environment or pass it through your client's config. See Setup for client-specific instructions.
Get your API key: invompt.com → Integrations → Generate API Key (starts with inv_sk_)
<details> <summary>Claude Desktop</summary>
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"invompt": {
"command": "npx",
"args": ["-y", "invompt-mcp"],
"env": {
"INVOMPT_API_KEY": "inv_sk_..."
}
}
}
}Restart Claude Desktop after saving.
</details>
<details> <summary>Cursor</summary>
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServerLoading reviews...