# Nuxt MCP Toolkit now supports MCP apps

DevFeed: [Nuxt MCP Toolkit now supports MCP apps](<https://devfeed.tech/articles/nuxt-mcp-toolkit-now-supports-mcp-apps-1034.md>)

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

Author: Ben Sabic

Published: 2026-05-19T14:00:00Z

Content type: release

Language: en

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

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [apps](<https://devfeed.tech/tags/apps.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [claude](<https://devfeed.tech/tags/claude.md>), [html](<https://devfeed.tech/tags/html.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [responses](<https://devfeed.tech/tags/responses.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [ui](<https://devfeed.tech/tags/ui.md>), [vue](<https://devfeed.tech/tags/vue.md>)

## AI overview

Nuxt MCP Toolkit adds MCP app support, allowing agent tools to return interactive HTML that Claude and ChatGPT can render inline. It provides APIs for declared tools, hydrated data, follow-up prompts, and tool calls from the UI, while bundling Vue SFCs into self-contained HTML at build time.

## Source excerpt

The Nuxt MCP Toolkit now supports MCP apps. Your agent tools can return interactive HTML responses that MCP clients like Claude and ChatGPT render inline, rather than plain-text responses. Declare a tool with the defineMcpApp macro, then read pre-hydrated data, trigger follow-up prompts, or call other tools from inside the UI with the useMcpApp composable. The toolkit bundles each Vue SFC into a self-contained HTML file at build time and serves it from your MCP endpoint. Read the Nuxt MCP Toolkit documentation to get started. Read more