Prerequisites
- Claude Code or Claude Desktop installed
- 0 Finance API key from Settings → API Keys
Step 1: Create the config file
Create or edit~/.claude/claude_desktop_config.json:
Step 2: Restart Claude
Quit and reopen Claude to load the new MCP server.Step 3: Verify
Ask Claude to check your balance:get_balance and display your USDC balance.
Add to CLAUDE.md
For project-specific context, add this to yourCLAUDE.md:
Available tools
Once connected, Claude has access to all 0 Finance tools:| Tool | Description |
|---|---|
get_balance | Get spendable USDC balance |
list_saved_bank_accounts | List saved bank accounts |
propose_bank_transfer | Propose an outbound transfer |
create_invoice | Create a new invoice |
send_invoice | Send invoice to recipient |
list_invoices | List invoices |
get_payment_details | Get IBAN/ACH receiving details |
share_payment_details | Email payment details |
Troubleshooting
”MCP server not found”
- Check that
~/.claude/claude_desktop_config.jsonexists - Verify the JSON is valid (no trailing commas)
- Restart Claude completely (quit and reopen)
“Tool execution failed”
- Verify your API key is valid
- Check the Claude output for specific error messages
- Ensure you have network connectivity
Slow responses
The MCP server connects over HTTPS. If responses are slow:- Check your internet connection
- Try a different network
- The first request may be slower due to npx package download
