Qr Business Cards MCP Server

Create professional QR business cards through any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.). No API key required.

Local serverstdio

What is the Qr Business Cards MCP MCP server?

Create professional QR business cards through any MCP-compatible AI assistant (Claude, Cursor, Windsurf, etc.). No API key required. That is what the qr business cards mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

  • Create a QR business card profile — — name, title, email, phone, bio, social links, theme
  • Look up existing profiles — — retrieve profile details by ID
  • Get pricing & packages — — 50/100/250 printed cards shipped to your door

The tools it exposes

The server publishes 4 tools. What each one is for:

  • Cursor — The Cursor tool exposed by this server
  • create_profile — Returns: profile ID, public URL, QR code URL, edit token, and order link
  • get_profile — The get_profile tool exposed by this server
  • get_packages — The get_packages tool exposed by this server

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Qr Business Cards MCP's toolset — Cursor, create_profile, get_profile and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ajfrai; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CursorThe Cursor tool exposed by this server.
create_profileReturns: profile ID, public URL, QR code URL, edit token, and order link.
get_profileThe get_profile tool exposed by this server.
get_packagesThe get_packages tool exposed by this server.

How to install the Qr Business Cards MCP MCP server

{
  "mcpServers": {
    "qr-business-cards": {
      "type": "url",
      "url": "https://qr-business-cards.com/api/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Qr Business Cards MCP to Cursor.
  • Use Qr Business Cards MCP to create profile.
  • Use Qr Business Cards MCP to get profile.

Frequently asked questions

It connects Qr Business Cards MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Cursor, create_profile, get_profile, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Qr Business Cards MCP directly.