mcpbeat Sign in

Inhalt MCP Server

local only

Inhalt runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 6 Jul 2026.

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

Installs per day peak 11 · avg 6 · +100% w/w
a month agotoday
39
Installs / week
npm · @kozmos-tech/inhalt
3
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

File ships in the package but is absent from the source [пакет] bin/cli.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable app/blog/utils/render.ts:52
  const source = await readFile(path.join(BLOG_DIR, file), "utf8")
const child = spawn(process.execPath, [cli, url, ...process.argv.slice(2)], { stdio: "inherit" })

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

Alternatives to Inhalt

same job, measured the same way
A
Cms
by uxbert

UXBERT Labs headless CMS: model, write and publish bilingual content, media, delivery checks.

answering
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only
I
CraftyFormsMCP
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

local only
I
Crafty Form Server
by craftycrow-co

Create and manage forms, collect submissions — a headless form builder powered by CraftyForms.

local only
Swell
by usefulapi

Manage your Swell headless-commerce store — products, orders, customers, and subscriptions.

16 tools answering
Tripwire
by aliboily

MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.

52 installs/wk local only
KeyShot MCP
by truman-t3

Control local KeyShot scenes, cameras, environments, and renders through headless scripting.

149 installs/wk local only
MCP Mat
by codelipenghui

Headless Eclipse MAT MCP server for Java heap dump analysis

42 installs/wk local only

Inhalt — questions

Answers built from our own checks of this server.

Why is there no uptime for Inhalt?
Inhalt 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 @kozmos-tech/inhalt was installed 39 times last week.
How do I connect Inhalt?
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 @kozmos-tech/inhalt straight from npm; nothing to host, nothing to sign up for.
How many people use Inhalt?
The npm package @kozmos-tech/inhalt was installed 39 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Inhalt open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.