A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
A Model Context Protocol (MCP) server for generating simple QR codes
A Model Context Protocol (MCP) server for generating simple QR codes. Support custom QR code styles.
git clone https://github.com/1595901624/qrcode-mcp.git
pnpm install
pnpm run build
Add to your Cline MCP settings file
{
"mcpServers": {
"qrcode-mcp": {
"command": "node",
"args": ["path/to/qrcode-mcp/build/index.js"],
"disabled": false,
"autoApprove": []
}
}
}
qrcode: Generate a QR code image
parameters:
text: The text to encode in the QR code (Required)size: The size of the QR code (optional, default is 256)darkColor: The color of the dark module (optional, default is #000000)lightColor: The color of the light module (optional, default is #ffffff)errorCorrectionLevel: The error correction level (optional, default is M)margin: The margin of the QR code (optional, default is 4)## Install dependencies
npm install
## Build the project
npm run build
## Development with auto-rebuild
npm run watch
This project is licensed under the MIT License. See the LICENSE{:target=“_blank”} file for details.
An MCP (Model Context Protocol) server for executing macOS terminal commands with ZSH shell. This server provides a secure way to execute shell commands with built-in whitelisting and approval mechanisms.
MCP server that enables MCP to make REST API calls
MCP server for Dub.co link shortener API integration
An MCP (Model Context Protocol) tool that provides real-time weather data, forecasts, and historical weather information using the OpenWeatherMap API, specifically designed for Claude Desktop.