Integrate QR code generation into your AI assistant workflow with our Model Context Protocol (MCP) server. Generate QR codes directly from Cursor, Claude, and other MCP-compatible clients.
MCP is an open protocol that enables AI assistants to connect to external data sources and tools. Our MCP server provides seamless access to QR code generation capabilities, allowing you to create custom QR codes directly from your AI assistant without leaving your workflow.
# Generate a URL QR code
await mcp.callTool('generate_and_save_qr', {
type: 'url',
content: { url: 'https://example.com' },
filename: 'my-qr-code'
});Our MCP server supports all the QR code types and customization options available on our web platform.
Generate QR codes for URLs, text, vCard contact information, email, phone numbers, and WiFi networks. Each type is optimized for its specific use case.
Customize size (64-1024 pixels), colors, error correction levels, and margins. Perfect for branding and design requirements.
Built with TypeScript, comprehensive error handling, and detailed documentation. Easy to integrate into any development workflow.
Configure the MCP server for your preferred AI assistant. We provide examples for Cursor, VS Code, and other MCP clients.
Add this to your cursor-mcp-config.json:
{
"mcpServers": {
"freeqrcode": {
"command": "npx",
"args": ["freeqrcode-mcp-server"]
}
}
}Add this to your VS Code settings:
{
"servers": {
"freeqrcode": {
"command": "npx",
"args": ["freeqrcode-mcp-server"]
}
}
}Start using our MCP server today to enhance your AI assistant workflow with powerful QR code generation capabilities.