mcpbeat Sign in

CodeY CMS MCP Server

by fpointerdev Your server? Claim it
local only

CodeY CMS runs on your own machine — the client starts it, so there is no endpoint to ping. 169 installs a week from npm. Last commit 8 Sep 2026.

Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.

Installs per day peak 123 · avg 5
a month agotoday
169
Installs / week
npm · codey-cms-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
GPL-2.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            <label><span>Currency</span><select name="currency">${["EUR", "USD", "GBP", "CHF"].map((currency) => `<option value="${currency}">${currency}</option>`).join("")}</select></label>
Builds a file path from a variable src/runtime/runtime-update.service.ts:150
    const artifactPath = path.join(updateDirectory, release.payload.artifact.file);
Dumps the whole environment playwright.config.ts:7
  Object.entries(process.env).filter((entry): entry is [string, string] => entry[1] !== undefined)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 codey-cms -- npx -y codey-cms-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codey-cms": {
      "args": [
        "-y",
        "codey-cms-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codey-cms]
command = "npx"
args = ["-y", "codey-cms-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "codey-cms": {
      "args": [
        "-y",
        "codey-cms-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codey-cms": {
      "args": [
        "-y",
        "codey-cms-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to CodeY CMS

same job, measured the same way
Judges Panel
by kevinrabun

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

627 installs/wk local only
Sceneview
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

105 installs/wk local only
SceneView
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
Sceneview
by thomasgorisse

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only
Stitch Wand
by dilshaus

Design token tools for Google Stitch: convert, validate, diff, lint, generate, and export.

26 installs/wk local only
Toolkit MCP Server
by cyanheads

Generate IDs, QR codes, and hashes, encode values, geolocate IPs, plus gated host diagnostics.

83 installs/wk 5 tools answering
Evidrift
by bm1016bm-svg

Catch TypeScript API and OpenAPI contract drift in AI-generated code, then revalidate it in CI.

54 installs/wk local only
Codex Pets Registry
by ydb-qdrant-pets

Search, preview, install community Codex pet packs, and discover the pet request flow.

7 tools answering

CodeY CMS — questions

Answers built from our own checks of this server.

Why is there no uptime for CodeY CMS?
CodeY CMS 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 codey-cms-mcp was installed 169 times last week.
How do I connect CodeY CMS?
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 codey-cms-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CodeY CMS?
The npm package codey-cms-mcp was installed 169 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CodeY CMS open source?
Yes — it is published under the GPL-2.0 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.