Q
QR Code Generator
Generates QR codes from any text including Chinese characters with customizable styling options like colors, box size, and borders, returning base64-encoded ima
Share:
About
Generates QR codes from any text including Chinese characters with customizable styling options like colors, box size, and borders, returning base64-encoded images for document generation, contact sharing, and URL shortening workflows.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install QR Code Generator
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"qr-code-generator": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qr-code-generator"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"qr-code-generator": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qr-code-generator"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"qr-code-generator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qr-code-generator"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.