MCP Server

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.

What is Model Context Protocol (MCP)?

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.

Key Benefits:

  • Seamless integration with AI assistants
  • Faster workflow with direct access
  • Secure, cloud-based API calls
  • Cross-platform compatibility

Usage Examples

# Generate a URL QR code
await mcp.callTool('generate_and_save_qr', {
  type: 'url',
  content: { url: 'https://example.com' },
  filename: 'my-qr-code'
});

Powerful QR Code Generation

Our MCP server supports all the QR code types and customization options available on our web platform.

Multiple Content Types

Generate QR codes for URLs, text, vCard contact information, email, phone numbers, and WiFi networks. Each type is optimized for its specific use case.

Full Customization

Customize size (64-1024 pixels), colors, error correction levels, and margins. Perfect for branding and design requirements.

Developer Friendly

Built with TypeScript, comprehensive error handling, and detailed documentation. Easy to integrate into any development workflow.

Configuration

Configure the MCP server for your preferred AI assistant. We provide examples for Cursor, VS Code, and other MCP clients.

Cursor IDE Configuration

Add this to your cursor-mcp-config.json:

{
  "mcpServers": {
    "freeqrcode": {
      "command": "npx",
      "args": ["freeqrcode-mcp-server"]
    }
  }
}

VS Code Configuration

Add this to your VS Code settings:

{
  "servers": {
    "freeqrcode": {
      "command": "npx",
      "args": ["freeqrcode-mcp-server"]
    }
  }
}

Ready to Integrate QR Code Generation?

Start using our MCP server today to enhance your AI assistant workflow with powerful QR code generation capabilities.