# Build an MCP server with Nuxt

DevFeed: [Build an MCP server with Nuxt](<https://devfeed.tech/articles/build-an-mcp-server-with-nuxt-827.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-mcp-server-with-nuxt>)

Author: Ben Sabic

Published: 2026-04-02T14:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Nuxt.js](<https://devfeed.tech/topics/nuxt.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [nuxt](<https://devfeed.tech/tags/nuxt.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

The Nuxt MCP Toolkit enables developers building AI features with Nuxt to create Model Context Protocol servers directly within their applications. It supports validated tools, data resources, reusable prompts, debugging with MCP Inspector, middleware, dynamic definitions, session persistence, and Code Mode for orchestrating multiple tool calls in one execution.

## Source excerpt

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 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 definitions, session persistence across tool calls, and a Code Mode that lets models orchestrate multiple tool calls in a single execution. Read the documentation or the walkthrough guide to start building. Read more