---
title: "Nuxt AI Ready"
description: "Publish Markdown pages, llms.txt, and optional MCP tools from your Nuxt site."
canonical_url: "https://nuxtseo.com/docs/ai-ready/getting-started/introduction"
last_updated: "2026-09-22T09:57:02.409Z"
---

## Why use Nuxt AI Ready?

Nuxt AI Ready publishes Markdown versions of your pages and context files that agents can read.
Install the module, then prerender your pages or configure runtime indexing for stored content.

The module generates a site overview using the [llms.txt proposal](https://llmstxt.org/).
With MCP Toolkit installed, agents can also query indexed content through [MCP](/docs/ai-ready/guides/mcp).
Publishing these endpoints does not guarantee that an AI service will use or cite your site.

Start with [installation](/docs/ai-ready/getting-started/installation).
For content guidance, read [AI-Optimized Content](/learn-seo/nuxt/launch-and-listen/ai-optimized-content).

## Features

### 📄 llms.txt Generation

- `/llms.txt` lists pages and links to further content.
- `/llms-full.txt` exports full Markdown from prerendered pages, or stored pages at runtime.

See [llms.txt Generation](/docs/ai-ready/guides/llms-txt) for customization and page discovery.

### 📝 On-Demand Markdown

Request an eligible page with a `.md` suffix, such as `/about.md`.
Prerendering writes static Markdown files. A Nuxt server can convert other pages when requested.

### 🤖 MCP Server

Install MCP Toolkit to let remote agents list, search, and read indexed pages.
The MCP endpoint needs a server deployment.

### 🛡️ Content Signals

Opt in to [Content Signals](/docs/ai-ready/guides/content-signals) to publish AI usage preferences in `robots.txt`{lang="txt"}.
These preferences rely on the receiving system to honor them.

::callout{icon="i-heroicons-wrench" to="/tools/html-to-markdown"}
Use the [HTML to Markdown Converter](/tools/html-to-markdown) to inspect a page's converted content.
::

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
