What is the stagenth · 二维码工具箱 MCP server?
QR & barcode toolkit: generate, decode, vector SVG, logo QR, WiFi and vCard QR codes.
How to install stagenth · 二维码工具箱
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer <API_KEY> from https://www.stagenth.com/settings?tab=tokens
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"qr-kit": {
"url": "https://stagenth.com/mcp/qr-kit/"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"qr-kit": {
"serverUrl": "https://stagenth.com/mcp/qr-kit/"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"qr-kit": {
"type": "http",
"url": "https://stagenth.com/mcp/qr-kit/"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"qr-kit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/qr-kit/"
]
}
}
}Claude Code
claude mcp add --transport http qr-kit https://stagenth.com/mcp/qr-kit/Related MCP servers
Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.
Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.
Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing.