MCP Money
About
MCP server to give nutsack wallets to agents, an important milestone in the path towardsskynet
Details
- Author
- pablof7z
- Downloads
- 391
- Categories
- Other
Jump to
- Cashu wallet integration for ecash tokens and mints
- Lightning Network deposit and payment support
- Send zaps to users via npub or NIP-05 identifiers
- Manage multiple Cashu mints simultaneously
- Persistent wallet state saved to .wallet.json
- Dual interface: MCP server and CLI
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP MoneyCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with npm install mcp-money. Run as an MCP server with npx mcp-money (default) or use CLI commands like get_balance, deposit, pay, zap, and add_mint. Provide your Nostr private key via --nsec, the NSEC environment variable, a config file, or allow auto-generation. Integration with Claude Code or Goose is done by adding MCP configuration files.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp money": {
"mcp-money": {
"command": "npx",
"args": [
"mcp-money"
]
}
}
}
}
McpServers
{
"mcp-money": {
"command": "npx",
"args": [
"mcp-money"
]
}
}
MCP Money

An MCP (Model Context Protocol) money implementation for Nostr using NDK (Nostr Development Kit) with Cashu ecash functionality.
Features
- Cashu Wallet Integration: Full support for Cashu ecash mints and tokens
- Lightning Network: Deposit via Lightning invoices and pay Lightning invoices
- Nostr Zaps: Send zaps to users using npub or NIP-05 identifiers
- Multi-mint Support: Manage multiple Cashu mints simultaneously
- Persistent Storage: Wallet state saved to local file with mint info caching
- MCP Server: Expose wallet functionality through Model Context Protocol
- CLI Interface: Direct command-line usage for all wallet operations
Installation
npm install mcp-money
Usage
MCP Server Mode (Default)
Run without arguments to start the MCP server:
npx mcp-money
CLI Mode
Use specific commands for direct wallet operations:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



