Enhanced QR Code MCP Server

Enhanced QR Code MCP Server

An advanced MCP server for generating styled QR codes with logos, batch processing, and specialized formats like WiFi or vCards. It also provides tools to decode existing QR code images and analyze their quality or content.

Category
Visit Server

README

Enhanced QR Code MCP Server

An enhanced Model Context Protocol (MCP) server for advanced QR code generation and processing, inspired by and extending @jwalsh/mcp-server-qrcode.

🙏 Attribution

This project builds upon the excellent foundation provided by @jwalsh/mcp-server-qrcode. We extend our gratitude to the original author for creating the base QR code MCP server that inspired these enhancements.

✨ Enhanced Features

Beyond the original QR code generation capabilities, this enhanced version adds:

🚀 Advanced QR Code Generation

  • Custom styling: Logo embedding, custom colors, rounded corners
  • Multiple formats: PNG, SVG, PDF output support
  • Batch processing: Generate multiple QR codes simultaneously
  • Template system: Pre-defined QR code templates for common use cases

📊 Smart Content Detection

  • URL validation: Automatically validates and optimizes URLs
  • Contact cards: Generate vCard QR codes from contact information
  • WiFi credentials: Create WiFi network QR codes
  • Event details: Generate calendar event QR codes

🔍 QR Code Analysis

  • Decode existing QR codes: Extract content from QR code images
  • Quality assessment: Analyze QR code readability and optimization
  • Format detection: Identify QR code content types

📈 Analytics & Tracking

  • Usage statistics: Track QR code generation patterns
  • Performance metrics: Monitor server performance and response times
  • Export capabilities: Generate reports and analytics

🛠 Installation

# Clone the repository
git clone https://github.com/myownipgit/mcp-server-qrcode-enhanced.git
cd mcp-server-qrcode-enhanced

# Install dependencies
npm install

# Build the project
npm run build

# Start the server
npm start

🔧 Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "qrcode-enhanced": {
      "command": "node",
      "args": ["path/to/mcp-server-qrcode-enhanced/dist/index.js"],
      "env": {
        "QR_OUTPUT_DIR": "./qr-codes",
        "QR_DEFAULT_SIZE": "300",
        "QR_DEFAULT_ERROR_CORRECTION": "M"
      }
    }
  }
}

📋 Available Tools

Basic QR Code Generation

  • generate_qr_basic - Simple QR code generation
  • generate_qr_styled - QR code with custom styling
  • generate_qr_batch - Generate multiple QR codes

Specialized QR Codes

  • generate_vcard_qr - Contact card QR codes
  • generate_wifi_qr - WiFi network QR codes
  • generate_event_qr - Calendar event QR codes

Analysis & Processing

  • decode_qr_image - Extract content from QR code images
  • analyze_qr_quality - Assess QR code quality
  • optimize_qr_content - Optimize content for QR codes

Templates & Utilities

  • list_qr_templates - Available QR code templates
  • get_qr_statistics - Usage and performance statistics
  • validate_qr_content - Validate content before generation

📖 Usage Examples

Generate a styled QR code

const result = await generateStyledQR({
  content: "https://example.com",
  style: {
    foregroundColor: "#000000",
    backgroundColor: "#ffffff",
    logoPath: "./logo.png",
    cornerRadius: 10
  },
  format: "png",
  size: 400
});

Create a WiFi QR code

const wifiQR = await generateWiFiQR({
  ssid: "MyNetwork",
  password: "MyPassword",
  security: "WPA2",
  hidden: false
});

Decode an existing QR code

const decoded = await decodeQRImage({
  imagePath: "./qr-code.png",
  outputFormat: "json"
});

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request. Make sure to:

  1. Follow the existing code style
  2. Add tests for new features
  3. Update documentation as needed
  4. Reference the original @jwalsh/mcp-server-qrcode when appropriate

📄 License

MIT License - see LICENSE file for details.

🔗 Related Projects

📝 Changelog

v1.0.0

  • Initial enhanced version based on @jwalsh/mcp-server-qrcode
  • Added custom styling capabilities
  • Implemented specialized QR code types
  • Added QR code analysis tools
  • Enhanced error handling and validation

Built with ❤️ on top of the excellent foundation by @jwalsh

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured