freeqrcode-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@freeqrcode-mcp-servergenerate a QR code for https://example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Free QR Code Generator MCP Server
A Model Context Protocol (MCP) server that provides QR code generation capabilities through AI assistants like Cursor, Claude, and other MCP-compatible clients.
Features
🎯 Multiple QR Code Types: URL, text, vCard, WiFi, email, phone
🎨 Customization Options: Size, colors, error correction levels
🚀 High Performance: Built with TypeScript and optimized for production
🔒 Secure: No local file system access, cloud-based API calls
📱 Cross-Platform: Works on Windows, macOS, and Linux
Related MCP server: QRzap MCP Server
Installation
Global Installation (Recommended)
npm install -g freeqrcode-mcp-serverLocal Installation
npm install freeqrcode-mcp-serverUsage
1. Cursor IDE Configuration
Add this to your mcp.json:
{
"mcpServers": {
"freeqrcode": {
"command": "npx",
"args": ["freeqrcode-mcp-server"]
}
}
}2. VS Code Configuration
Add this to your VS Code MCP settings:
{
"servers": {
"freeqrcode": {
"command": "npx",
"args": ["freeqrcode-mcp-server"]
}
}
}3. Environment Variables
You can customize the API endpoint:
export QR_API_BASE_URL=https://your-custom-domain.comContent Formats
The MCP server supports multiple content formats for different QR code types:
URL QR Codes
// Object format (recommended)
{
type: 'url',
content: { url: 'https://example.com' }
}
// String format (legacy)
{
type: 'url',
content: 'https://example.com'
}Text QR Codes
{
type: 'text',
content: 'Hello, World!'
}vCard QR Codes
{
type: 'vcard',
content: {
firstName: 'John',
lastName: 'Doe',
email: 'john@example.com',
phone: '+1-555-123-4567'
}
}Email QR Codes
{
type: 'email',
content: {
email: 'contact@example.com',
subject: 'Hello',
body: 'Message body'
}
}Phone QR Codes
{
type: 'phone',
content: { phone: '+1-555-123-4567' }
}WiFi QR Codes
{
type: 'wifi',
content: {
ssid: 'MyWiFi',
password: 'password123',
encryption: 'WPA',
hidden: false
}
}Customization Options
All QR code generation tools support these options:
size: QR code size in pixels (64-1024, default: 256)foregroundColor: Foreground color in hex format (default: #000000)backgroundColor: Background color in hex format (default: #FFFFFF)errorCorrectionLevel: Error correction level (L,M,Q,H, default:M)
Error Correction Levels
L (Low): 7% recovery capacity
M (Medium): 15% recovery capacity (default)
Q (Quartile): 25% recovery capacity
H (High): 30% recovery capacity
Contributing
Fork the repository
Create a feature branch
Make your changes
Add tests
Submit a pull request
License
MIT License - see LICENSE file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables generation of customizable QR codes through the API Ninjas service, supporting multiple image formats (PNG, JPG, SVG, EPS) with configurable colors and sizes.Last updated1MIT
- Alicense-qualityDmaintenanceEnables AI agents to generate QR codes for URLs, WiFi, contacts, and more with structured parameters.Last updated6,3344MIT
- Alicense-qualityFmaintenanceEnables AI assistants to generate styled QR codes with customizable colors, styles, gradients, and frames, as well as typed QR codes for WiFi, vCard, etc., using the QRMint API without requiring an API key.Last updated441MIT
- AlicenseAqualityCmaintenanceEnables AI agents to create and manage trackable QR codes (URLs, Wi-Fi, WhatsApp, etc.) via the QR Forge API.Last updated25MIT
Related MCP Connectors
Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.
Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flarewand/freeqrcode-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server