mcpbeat Sign in

Crystallize MCP Server

local only

Crystallize MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 100 installs a week from npm. Last commit 10 Apr 2026.

Crystallize headless commerce tools for AI agents via Model Context Protocol

Installs per day peak 38 · avg 18 · +18% w/w
a month agotoday
100
Installs / week
npm · @hayodev/crystallize-mcp
0
Stars
0 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Crystallize MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add crystallize-mcp -- npx -y @hayodev/crystallize-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "crystallize-mcp": {
      "args": [
        "-y",
        "@hayodev/crystallize-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.crystallize-mcp]
command = "npx"
args = ["-y", "@hayodev/crystallize-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "crystallize-mcp": {
      "args": [
        "-y",
        "@hayodev/crystallize-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "crystallize-mcp": {
      "args": [
        "-y",
        "@hayodev/crystallize-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CRYSTALLIZE_TENANT_IDENTIFIER (Your Crystallize tenant identifier (e.g. 'my-store'). Find it in your Crystallize dashboard URL: app.crystallize.com/{tenant}), CRYSTALLIZE_ACCESS_TOKEN_ID (Access Token ID for authenticated API access. Create one at Settings > Access Tokens in your Crystallize dashboard. Optional — public catalogue and Discovery API work without auth.), CRYSTALLIZE_ACCESS_TOKEN_SECRET (Access Token Secret (paired with Access Token ID).), CRYSTALLIZE_STATIC_AUTH_TOKEN (Static auth token (alternative to token ID/secret pair). Read-only.), CRYSTALLIZE_ACCESS_MODE (Controls which tools are available: 'read' (default, safe), 'write' (can create/update items), 'admin' (full access including webhooks).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Crystallize MCP

same job, measured the same way
Lodd MCP Server
by hholen

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

64 installs/wk local only
viznoir
by kimimgo

Cinema-quality science visualization for AI agents — headless VTK via MCP.

47 installs/wk local only
Figma Context MCP Air
by compassalessandrolorenz

Figma MCP server for AI agents. 9 tools: design context, variables, screenshots, and FigJam.

34 installs/wk local only
Inhalt
by kozmos-tech

An open-source headless CMS for managing content models and entries.

39 installs/wk local only
Vibe Test — Browser Testing Agent
by aishwaryshrivastav

Code-aware browser testing agent — 13 Playwright tools for AI code editors via MCP

584 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
Agentrender MCP
by corbinvachal48

URL to screenshot, PDF, or structured extract for AI agents via MCP.

local only
Easel
by gemberkoekje

A headless painting engine for AI agents: brushes, paint load, wet blending, canvas texture.

local only

Crystallize MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Crystallize MCP?
Crystallize MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hayodev/crystallize-mcp was installed 100 times last week.
How do I connect Crystallize MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hayodev/crystallize-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Crystallize MCP?
The npm package @hayodev/crystallize-mcp was installed 100 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Crystallize MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.