qr-text-forge-mcp
v1.0.2
Published
MCP server for generating QR code data, encoding URLs, and creating vCard/WiFi/email QR payloads. Returns text-based QR representations.
Downloads
339
Maintainers
Readme
qr-text-forge-mcp
Generate QR code data and encode URLs, vCards, WiFi.
Create QR code payloads for URLs, contacts, WiFi networks.
Quick Start
npx qr-text-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"qr-text": {
"command": "npx",
"args": ["-y", "qr-text-forge-mcp"]
}
}
}Tools (2)
| Tool | Description |
|------|-------------|
| generate_qr_payload | Generate a QR code payload for various data types — URL, WiFi, vCard, email, phone, SMS, geo location. |
| ascii_qr | Generate a simple ASCII art QR-like representation of text data. Good for terminal display. |
Examples
Encode URL:
{
"tool": "qr_encode",
"arguments": {"data": "https://example.com", "type": "url"}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/qr-text-forge
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
