Hovercode MCP server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hovercode MCP serverCreate a dynamic QR code for our new menu and give me the download link."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hovercode MCP server
Manage your Hovercode QR codes, short links, landing pages, and forms from Claude, ChatGPT, Cursor, or any Model Context Protocol client — by chatting.
Endpoint:
https://hovercode.com/mcp/(Streamable HTTP, hosted — nothing to run)Auth: OAuth 2.1 (dynamic client registration + PKCE), or a Hovercode API token as a bearer token
Docs: https://hovercode.com/integrations/mcp/ · https://hovercode.com/api/#mcp-server
This package: a tiny stdio bridge (
npx hovercode-mcp) for clients that can't connect to remote servers directly. It wrapsmcp-remoteand points it at the hosted endpoint, so tools and behaviour are identical.
Anything the assistant creates lands in your Hovercode dashboard like any other code, and every create tool returns both a shareable link and the rendered QR image.
Connect
Claude, ChatGPT, and other connector clients (recommended)
Add a custom connector with the URL https://hovercode.com/mcp/ and approve access. You log in to Hovercode as normal; there is no token to copy.
Claude Code
claude mcp add --transport http hovercode https://hovercode.com/mcp/ \
--header "Authorization: Bearer YOUR_API_TOKEN"Your API token is on https://hovercode.com/api/.
Cursor, Claude Desktop, VS Code, and other config-file clients
Remote (preferred):
{
"mcpServers": {
"hovercode": {
"type": "http",
"url": "https://hovercode.com/mcp/",
"headers": { "Authorization": "Bearer YOUR_API_TOKEN" }
}
}
}Via this package (for clients that only support stdio servers):
{
"mcpServers": {
"hovercode": {
"command": "npx",
"args": ["-y", "hovercode-mcp"]
}
}
}With no token set, the bridge opens a browser for the Hovercode OAuth login the first time. To skip the browser, set HOVERCODE_API_TOKEN:
{
"mcpServers": {
"hovercode": {
"command": "npx",
"args": ["-y", "hovercode-mcp"],
"env": { "HOVERCODE_API_TOKEN": "YOUR_API_TOKEN" }
}
}
}Related MCP server: agentic-ops-builder
What the assistant can do
Area | Tools |
Workspaces |
|
QR codes |
|
Organisation |
|
PDF codes |
|
Analytics |
|
Short links |
|
Landing pages |
|
Forms |
|
Things you can ask for
"Create a dynamic QR code for https://example.com/summer in our brand colors with the caption SCAN ME."
"Point my printed menu QR code at the new PDF at this link."
"Restyle my event QR to rounded eyes and our navy — same code, don't replace it."
"Make a landing page for our launch event with the schedule, a map link, and a sign-up form, and give me a QR for the posters."
"Make QR codes for all 20 of these product URLs, all in the same style."
"Make a form to collect name, email, and t-shirt size, and give me a link and QR to share it."
"Make a Spring 2026 folder under Campaigns and move these five codes into it."
"Tag every code in the Menus folder with 'print'."
"Summarize this week's responses to my feedback form."
"How did my QR codes do this month, and where were people scanning them?"
Plans and limits
The server is available on every Hovercode plan and respects the same limits as the dashboard and REST API. Static codes are unlimited; the free plan includes a small number of active dynamic (editable, tracked) codes and paid plans raise that limit.
Discovery metadata
Server card:
https://hovercode.com/.well-known/mcp/server-card.jsonOAuth protected resource:
https://hovercode.com/.well-known/oauth-protected-resource/mcpConnect guide as markdown:
https://hovercode.com/mcp/docsllms.txt:https://hovercode.com/llms.txt
Environment variables (bridge only)
Variable | Purpose |
| Optional. Use your API token instead of the OAuth browser flow. |
| Optional. Override the endpoint (default |
Extra CLI arguments are passed through to mcp-remote.
Support
Questions or bugs: https://hovercode.com/contact/ or open an issue on this repo.
License
MIT © Hovercode Ltd
This server cannot be deployed
Maintenance
Related MCP Connectors
Dynamic QR codes and short links with real-time analytics and AI/MCP integration.
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables creation of short links, dynamic QR codes, UTM templates, and hosted vCards with click/scan analytics through natural language conversations.42 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables natural-language Q&A, human-approved actions, and dashboard generation over a data ontology via MCP.-

ME-QR MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceCloud-hosted MCP server that enables AI assistants to create, update, and manage QR codes on me-qr.com via OAuth, supporting types like URLs, Wi-Fi, vCards, PDFs, and images.MIT
qr-cow MCP serverofficial
AlicenseAqualityCmaintenanceMCP server that exposes the qr-cow.com API, enabling AI clients to create, style, manage, and analyze QR codes through natural language.8MIT