quantum-demos-mcp
Click on "Install 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., "@quantum-demos-mcpList my demos, then open the Acme one."
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.
quantum-demos-mcp
An MCP server for authoring Quantum customer collateral from Claude Code — from any folder, with no repo to clone. It's a thin, authenticated proxy over the platform's demo API.
Two kinds
Every row carries a kind, fixed when the rep creates it, that decides its
document shape, its renderer, and which guide applies:
kind | What it is | Document |
| A visuals-first AI-first BI dashboard demo |
|
| A customer-facing sales proposal |
|
Read the kind from list_demos/get_demo and fetch the matching guide before
editing. The platform validates against the row's kind, never against
anything the payload claims, so sending the wrong shape is rejected rather than
silently stored.
On a proposal, the priced elements are not yours: the rep owns the
lineItems table and the careMatrix (Quantum Care) in the dashboard, so that
SKUs trace to the price book and Care plans come from the shared template. Write
the narrative around them.
Related MCP server: claudecode-mcp
Connect
Generate your connect command in the platform under Settings → Demo Authoring. It looks like this (the key + URL are filled in for you):
claude mcp add quantum-demos \
--env QUANTUM_API_KEY=qd_xxxxxxxx \
--env QUANTUM_DEMOS_URL=https://your-quantum-app \
-- npx -y github:quantumtechnologies876/quantum-demos-mcpRun it once (in your terminal, or paste it into Claude Code and let it set up). The key is a demos-scoped key — it can only touch demos, never quotes.
Use
Then, from any Claude Code session:
List my demos, then open the Acme one and add a Finance page with cash-flow forecasting and an insight about the three slow-paying customers.
Open the Northwind proposal and spine the middle pages on the three problems they raised on the call.
Or open a demo in the dashboard and copy its ready-made authoring prompt.
What it exposes
Tools
list_demos— your demos and proposals (id, customer, title, kind, status, share token)get_demo(id)— itskind+ current documentupdate_demo(id, document)— validate + save against the row's kind (goes live immediately)get_guide(kind?)— the authoring guide forbi(default) orproposal
Resources
guide://authoring— the BI demo guide (markdown)guide://proposal— the proposal guide (markdown)demo://{id}— the current document of a demo or proposal
Prompts
author-demo(id, instructions?)— build out a BI dashboard demoauthor-proposal(id, instructions?)— write out a sales proposal
Environment
Var | Meaning |
| Your demos-scoped key ( |
| The platform base URL |
Requirements
Node ≥ 18 (uses the built-in fetch). No build step — plain ESM.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessions1260MIT
- AlicenseAqualityBmaintenanceLocal MCP server that wraps the headless Claude Code CLI as MCP tools, providing stateless access to Claude's coding capabilities through prompt-based interactions. It enables users to execute Claude Code commands with various prompt formats and structured outputs directly from MCP clients.3MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for PromptHub. Enables publishing, fetching, listing, updating, and searching prompt repositories from Claude Code or Codex.20MIT
- FlicenseAqualityBmaintenanceMCP server for IBM Technology Zone: manage reservations end-to-end and search the catalog from Claude.11-