Setup
End-to-end setup.
Five minutes from account to first invoice through Claude. No forms to fill beyond the API key.
- 01
Create an account
Sign in with GitHub or Google. A default business profile is created for you so Claude always has context.
- 02
Generate an API token
On the dashboard, go to API tokens, create one, and copy the raw value. Tokens are shown once; store them somewhere safe.
env_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx - 03
Connect Claude
Two options. Pick whichever your Claude client supports.
Claude.ai (web & desktop with native MCP connectors)
- Settings → Connectors → Add custom connector
- Name:
enwise - URL:
https://enwise.app/api/mcp - Header:
Authorization: Bearer <YOUR_TOKEN>
Claude Desktop (config file + mcp-remote bridge)
Edit
~/Library/Application Support/Claude/claude_desktop_config.json{ "mcpServers": { "enwise": { "command": "npx", "args": [ "-y", "mcp-remote", "https://enwise.app/api/mcp", "--header", "Authorization: Bearer <YOUR_TOKEN>" ] } } }Restart Claude Desktop after saving the config.
- 04
Install the enwise skill (optional)
A Claude Skill teaches Claude how to use enwise in conventional workflows (onboarding, sending, analytics). It makes multi-step flows snappier. Not required.
- 05
First invoice
Start a new chat in Claude and try any of these. Claude will call the right tools automatically.
- → “What does my enwise business profile look like?”
- → “Set up my business: I'm Acme Design, based in Brooklyn, default currency USD.”
- → “Add a client called Globex, email bill@globex.com.”
- → “Invoice Globex $5,000 for Q2 brand refresh, 8% tax, net 30, and email it.”
- → “How much has Globex paid me this year?”