Install Nuxt AI Ready · Nuxt AI Ready · Nuxt SEO

-
-
-
-

[Sign In](https://nuxtseo.com/auth/github)

[Nuxt SEO on GitHub](https://github.com/harlan-zw/nuxt-seo)

AI Ready

-
-
-
-
-
-
-
-
-
-

Search…```k`` /`

v1.1.2

- [Discord Support](https://discord.com/invite/275MBUBvgP)

### Getting Started

-
-

### Core Concepts

-
-
-
-
-
-
-
-

### Advanced

-

Getting Started

# Install Nuxt AI Ready

[Copy for LLMs](https://nuxtseo.com/docs/ai-ready/getting-started/installation.md)

## [Setup Module](#setup-module)

nuxt

npm

yarn

pnpm

bun

bash

`npx nuxt module add nuxt-ai-ready`

bash

`npm i nuxt-ai-ready`

You will need to manually add the module to your Nuxt config.

nuxt.config.ts

```
export default defineNuxtConfig({
  modules: [
    'nuxt-ai-ready',
  ],
})
```

bash

`yarn add nuxt-ai-ready`

You will need to manually add the module to your Nuxt config.

nuxt.config.ts

```
export default defineNuxtConfig({
  modules: [
    'nuxt-ai-ready',
  ],
})
```

bash

`pnpm i nuxt-ai-ready`

You will need to manually add the module to your Nuxt config.

nuxt.config.ts

```
export default defineNuxtConfig({
  modules: [
    'nuxt-ai-ready',
  ],
})
```

bash

`bun i nuxt-ai-ready`

You will need to manually add the module to your Nuxt config.

nuxt.config.ts

```
export default defineNuxtConfig({
  modules: [
    'nuxt-ai-ready',
  ],
})
```

> !TIP Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):```
npx skilld add nuxt-ai-ready
```
## [Verifying Installation](#verifying-installation)

Zero-config module. After installation:

- Visit any route with `.md` suffix (e.g., `/about.md`) to see markdown output
- Run `nuxi build` then check `/llms.txt` and `/llms-full.txt`
- `/robots.txt` shows

## [Configuration](#configuration)

### [MCP Integration (Optional)](#mcp-integration-optional)

Connect AI agents to your site via [Model Context Protocol](https://modelcontextprotocol.io/):

```
npx nuxi module add @nuxtjs/mcp-toolkit
```

nuxt.config.ts

```
export default defineNuxtConfig({
  modules: [
    'nuxt-ai-ready',
    '@nuxtjs/mcp-toolkit',
  ],
})
```

Add to Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):

```
{
  "mcpServers": {
    "my-site": {
      "command": "npx",
      "args": ["-y", "@nuxtjs/mcp-client", "http://localhost:3000/mcp"]
    }
  }
}
```

See the

 for tools, resources, and production setup.

### [Rendering Mode Support](#rendering-mode-support)

Works with all server rendering modes:

| Feature | SSG | Hybrid | SSR-only | SPA |
| --- | --- | --- | --- | --- |
| llms.txt with titles | ✅ | ✅ | ✅ | ❌ |
| llms-full.txt | ✅ | ✅ Prerendered only | ❌ Placeholder | ❌ |
| Runtime `.md` routes | ✅ | ✅ | ✅ | ❌ |
| MCP tools/resources | ✅ | ✅ | ✅ Indexed on visit | ❌ |
| FTS5 search | ✅ | ✅ | ✅ | ❌ |
| IndexNow | ✅ Build-time | ✅ Both | ✅ Runtime | ❌ |

**SSG**: Full support. All pages indexed during `nuxi generate`.

**Hybrid**: Prerendered pages indexed at build; SSR pages indexed on first visit.

**SSR-only**: Pages index on first visit. MCP search works after you visit them.

**SPA**: Not supported. Workaround: enable `nitro.prerender.routes` for specific pages.

## [Next Steps](#next-steps)

- - Configure AI training/search permissions
- - Customize llms.txt output
- - Tools and resources for AI agents
- - Instant search engine notifications
- - Database, TTL, and search configuration
- - Deploy with D1 database

[Edit this page](https://github.com/nuxt-seo-pro/nuxt-ai-ready/edit/main/docs/content/1.getting-started/1.installation.md)

[Markdown For LLMs](https://nuxtseo.com/docs/ai-ready/getting-started/installation.md)

Did this page help you?

### Related

On this page

- [Setup Module](#setup-module)
- [Verifying Installation](#verifying-installation)
- [Configuration](#configuration)
- [Next Steps](#next-steps)

[GitHub](https://github.com/harlan-zw/nuxt-seo) [ Discord](https://discord.com/invite/275MBUBvgP)

###

-
-

Modules

-
-
-
-
-
-
-
-
-

###

-
-
-

###

Nuxt

-
-
-
-
-

Vue

-
-
-
-
-
-
-
-

###

-
-
-
-
-
-
-
-
-
-

Copyright © 2023-2026 Harlan Wilton - [MIT License](https://github.com/harlan-zw/nuxt-seo/blob/main/license) · [mdream](https://mdream.dev)