Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Build an MCP server with Nuxt - Vercel

Vercel News·Hugo Richard·4 days ago
#33Resfa3
#vercel#nuxt#building#create#module#lets
Reading 0:00
15s threshold

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

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 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