MCP.so
Sign In

Qrcode

@wenliang-coder

About Qrcode

根据指定内容或者链接生成二维码的mcp server

Basic information

Category

Other

Runtime

java

Transports

stdio

Publisher

wenliang-coder

Submitted by

文亮 胡

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "qrcodeServer": {
      "command": "/opt/homebrew/opt/openjdk@17/bin/java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "/Users/huwenliang/IdeaProjects/qrcode-mcp-server/target/qrcode-mcp-server-0.0.1-SNAPSHOT.jar"
      ],
      "env": {}
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Qrcode?

Qrcode is an MCP server that generates QR codes based on specified content or links. It is designed for users who need to create QR codes from text or URLs.

How to use Qrcode?

Key features of Qrcode

  • Generates QR codes from provided content or links.

Use cases of Qrcode

FAQ from Qrcode

What does Qrcode do?

Qrcode generates QR codes from user-provided content or links.

What input does Qrcode accept?

Qrcode accepts either arbitrary content or a link to generate a QR code.

Is Qrcode an MCP server?

Yes, it is an MCP (Model Context Protocol) server.

Comments

More Other MCP servers