Pix MCP Server v2.1.0
A lightweight Model Context Protocol (MCP) server that enables AI agents (Claude, Cursor, Windsurf) to generate static Pix QR codes via natural-language prompts.
🚀 Features
- 🔧 MCP Tool:
generateStaticPix- Generate static Pix QR codes for any Pix key (no API required)
- 🚀 Production-ready: Comprehensive error handling and logging
- 🔒 Type-safe: Full TypeScript implementation with Zod validation
- 📱 QR Code generation: Automatic QR code creation for Pix payments
- 📦 Zero Dependencies: No external API keys or services required
- 🌍 Open & Accessible: Works without any registration or credentials
- ✅ EMV 4.0 Compliant: Follows BACEN PIX standards with proper CRC16-CCITT validation
🚀 Quick Start
# Install globally
npm install -g pix-mcp
# Run in MCP mode (for Claude Desktop)
pix-mcp
# Run in HTTP mode (for web services)
MCP_MODE=http pix-mcp🔧 Usage
MCP Mode (Default)
# Start in MCP mode for Claude Desktop integration
pix-mcpHTTP Mode
# Start in HTTP mode on port 3000
MCP_MODE=http pix-mcp





