llms.txt Content
# Nuxt MCP Toolkit
> Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
## Documentation Sets
- [Nuxt MCP Toolkit](https://mcp-toolkit.nuxt.dev/llms-full.txt): Create MCP servers directly in your Nuxt application. Define tools, resources, and prompts with a simple and intuitive API.
## Docs
- [Introduction](https://mcp-toolkit.nuxt.dev/raw/getting-started/introduction.md): Learn about the Model Context Protocol and how this module makes it easy to create MCP servers in Nuxt.
- [Installation](https://mcp-toolkit.nuxt.dev/raw/getting-started/installation.md): Install and configure the Nuxt MCP module in your project.
- [Configuration](https://mcp-toolkit.nuxt.dev/raw/getting-started/configuration.md): Configure the Nuxt MCP module to fit your needs.
- [MCP Inspector](https://mcp-toolkit.nuxt.dev/raw/getting-started/inspector.md): Visual debugging tool integrated into Nuxt DevTools
- [Connection](https://mcp-toolkit.nuxt.dev/raw/getting-started/connection.md): Connect AI assistants to your MCP server and add install buttons to your documentation.
- [Agent Skills](https://mcp-toolkit.nuxt.dev/raw/getting-started/agent-skills.md): AI-assisted MCP server development using Agent Skills. Let AI help you setup, create, review, and troubleshoot MCP servers in your Nuxt app.
- [Tools](https://mcp-toolkit.nuxt.dev/raw/core-concepts/tools.md): Create MCP tools with Zod validation and type safety.
- [Resources](https://mcp-toolkit.nuxt.dev/raw/core-concepts/resources.md): Expose read-only data sources as MCP resources to provide context to AI models.
- [Prompts](https://mcp-toolkit.nuxt.dev/raw/core-concepts/prompts.md): Create reusable prompts for AI assistants with optional arguments.
- [Handlers](https://mcp-toolkit.nuxt.dev/raw/core-concepts/handlers.md): Create custom MCP endpoints with their own tools, resources, and prompts.
- [Custom Paths](https://mcp-toolkit.nuxt.dev/raw/advanced/custom-paths.