Build an MCP server with Nuxt (opens in new tab)
**Published:** April 2, 2026 | **Authors:** Hugo Richard, Ben Sabic --- Developers building AI features with Nuxt can now create Model Context Protocol (MCP) servers directly within their applications using the Nuxt MCP Toolkit. **Install the module** ```yaml npx nuxt module add mcp-toolkit ``` The module lets you define tools with Zod validation, expose data as resources, and create reusable prompts. It also includes an integrated MCP Inspector for debugging, middleware support, dynamic...
Read the original article