
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@jwalsh/mcp-server-qrcode
Advanced tools
Generate QR codes seamlessly using the Model Context Protocol (MCP). This server connects large language models to QR code generation capabilities across multiple client interfaces.
Please generate a QR code for https://example.com
Generate a QR code for the Wi-Fi network "GuestWiFi" with password "Welcome123"
Create a QR code for my contact information:
Name: John Doe
Email: john@example.com
Phone: 555-123-4567
npm install -g @jwalsh/mcp-server-qrcode
{
"mcpServers": {
"qrcode": {
"command": "npx",
"args": [
"-y",
"@jwalsh/mcp-server-qrcode"
]
}
}
}
For detailed setup instructions, please refer to:
{
"mcpServers": {
"qrcode": {
"args": [
"-y",
"@jwalsh/mcp-server-qrcode"
],
"command": "npx"
}
}
}
;; Basic installation with straight.el
(use-package mcp
:straight (mcp :type git :host github :repo "lizqwerscott/mcp.el"))
;; Connect to the QR code server
(mcp-connect-server
"qrcode"
"npx"
'("-y" "@jwalsh/mcp-server-qrcode")
:initial-callback
(lambda (connection)
(message "Connected to %s" (jsonrpc-name connection)))
:tools-callback
(lambda (connection tools)
(message "Available tools: %s" tools)))
;; Generate a QR code
(let ((connection (gethash "qrcode" mcp-server-connections)))
(mcp-call-tool connection
"generate-qrcode"
'(:content "https://example.com"
:format "text")))
npx -y @modelcontextprotocol/inspector npx -y @jwalsh/mcp-server-qrcode
# Verify installation
echo '{"method":"tools/list","params":{},"id":1,"jsonrpc":"2.0"}' | mcp-server-qrcode | jq -r '.result.tools[]|.name'
# Generate QR code via JSON-RPC
echo '{"method":"tools/call","params":{"name":"generate-qrcode","arguments":{"content":"https://example.com","format":"text"}},"id":1,"jsonrpc":"2.0"}' | mcp-server-qrcode | jq -r '.result.content[0].text'
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāā āāāāā āāā ā ā āāā āāāāā āāāā āāāā ā ā āā āāā āāāā ā ā āāāā āāāā āāāāā āā ā āā āāā āāāāā āāāā āāāāāāāāāāāāāāāā ā ā āāāāāāāāāāāā āāāā āāāāāāāāā āāāāā āāāā āāāā āāāāāāāāā āāā āāāāāāāāā āāāāāāā āāāāāāāā āāā ā ā āā ā āāāā āāāā āāāāāāāāāāāāāāāā ā ā āāā āāāāāāā āāāāāāāāāāāāāāāāā ā āāā āāāāāāāā āāāā āāāāā āāāāāāāāā āāā āāā āāāā āāāā ā ā āā āā āāāā āā āā āāāāā āāāā āāāāā āā āā ā ā āāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
For detailed setup, installation, contribution guidelines, and additional integration methods, please refer to DEVELOPERS.org.
FAQs
Model Context Protocol server for generating QR codes
The npm package @jwalsh/mcp-server-qrcode receives a total of 10 weekly downloads. As such, @jwalsh/mcp-server-qrcode popularity was classified as not popular.
We found that @jwalsh/mcp-server-qrcode demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.