# FujiwaraChoki/MoneyPrinterV2 | Model Context Protocol (MCP) Server > Automate the process of making money online. - **Stars**: ⭐ 30,929 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MoneyPrinterV2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MoneyPrinterV2" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MoneyPrinterV2": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MoneyPrinterV2" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MoneyPrinterV2` - **Docker**: `docker run -i --rm mcp/MoneyPrinterV2`