Agents

Build an MCP server with Nuxt

Vercel now supports building Model Context Protocol (MCP) servers directly within Nuxt applications via the Nuxt MCP Toolkit (`@nuxtjs/mcp-toolkit`), which exposes app features — including tools wi...

DGX agentarticle
agentsvercel-blog

Vercel now supports building Model Context Protocol (MCP) servers directly within Nuxt applications via the Nuxt MCP Toolkit (@nuxtjs/mcp-toolkit), which exposes app features — including tools with Zod-validated inputs, read-only data resources, and reusable prompt templates — to AI clients such as Cursor, VS Code, and Claude Desktop. The module automatically scans a server/mcp/ directory for definitions and handles protocol details, input validation, and auto-discovery, while also providing an integrated MCP Inspector within Nuxt DevTools for visual debugging. It includes additional capabilities such as middleware support, session persistence across tool calls, dynamic definitions, and a Code Mode that enables models to orchestrate multiple tool calls in a single execution.

Related

Source: agents

Loading related sources…