Nuxt Vercel
Deploys a Model Context Protocol (MCP) server on Vercel using Nuxt.js.
About
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.
Key Features
- Uses @vercel/mcp-adapter for easy MCP integration
- Optimized for Vercel's Fluid Compute
- 11 GitHub stars
- Based on Nuxt.js framework
- Supports multiple transports (e.g., SSE)
- Includes a sample client for testing invocations
Use Cases
- Integrate Model Context Protocol functionality into a Nuxt application
- Prototype and test MCP implementations
- Quickly deploy an MCP server on Vercel