Deploys a Model Context Protocol (MCP) server on Vercel using Nuxt.js.
This application provides a template for creating a Model Context Protocol (MCP) server leveraging the Nuxt.js framework and deploying it on Vercel. It utilizes the `@vercel/mcp-adapter` to integrate an MCP server into a Nuxt project, enabling the addition of tools, prompts, and resources following the MCP TypeScript SDK documentation. The server supports different transports, such as SSE, and can be tested with a sample client. Optimized for Vercel's Fluid Compute and Redis integration, it simplifies MCP server deployment.
주요 기능
01Uses @vercel/mcp-adapter for easy MCP integration
02Optimized for Vercel's Fluid Compute
0311 GitHub stars
04Based on Nuxt.js framework
05Supports multiple transports (e.g., SSE)
06Includes a sample client for testing invocations
사용 사례
01Integrate Model Context Protocol functionality into a Nuxt application