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