---
title: Prototype your model with Content modeling MCP server
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

The [Content Modeling MCP Server](https://docs.kentico.com/guides/architecture/content-modeling/content-modeling-mcp.md) helps you quickly move from business requirements to a prototype of a content model built on top of Xperience by Kentico [content modeling practices](https://docs.kentico.com/guides/architecture/content-modeling/content-modeling-guide.md).

It uses the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro) to connect AI‑enabled clients (e.g., Claude Desktop or IDEs).

The server guides you through an orchestrated prompt flow: it **captures requirements**, proposes **content types** and **relationships**, suggests **presentation components**, and then validates the design before producing a JSON content model. That JSON becomes operational when you combine it with the [Management MCP server](https://docs.kentico.com/documentation/developers-and-admins/api/management-api.md), which you can use to programmatically create content types in Xperience, or [build widgets](https://docs.kentico.com/guides/development/kenticopilot/implement-widgets-kenticopilot.md) or other [Page Builder](https://docs.kentico.com/guides/development/page-builder.md) components that the content modeling server suggested.

🎮 [Using Content modeling MCP server (interactive demo)](https://demo.arcade.software/COZznznr6w535SIZot6i?embed\&embed_mobile=tab\&embed_desktop=inline\&show_copy_link=true)

## Generate your first content model

Interesting, isn't it? Try the guided process yourself!

Configure and connect the MCP server in your environment using the [Content modeling MCP Server](https://docs.kentico.com/guides/architecture/content-modeling/content-modeling-mcp.md#install-the-mcp-server) documentation. To turn JSON models into real content types, explore the [Management MCP server](https://docs.kentico.com/documentation/developers-and-admins/api/management-api.md). Before running a large number of management API operations, review the [recommended preparation](https://docs.kentico.com/documentation/developers-and-admins/api/management-api.md) for disabling CI and content versioning. And if you're new to the protocol itself, the [Model Context Protocol](https://modelcontextprotocol.io/docs/getting-started/intro) overview and [specification](https://modelcontextprotocol.io/specification/2025-03-26) explain how MCP servers and hosts communicate.
