Nuxt MCP Server on Vercel
This is a simple Nuxt application that serves as a MCP server on Vercel using @vercel/mcp-adapter.
Usage
This sample app uses the Vercel MCP Adapter that allows you to drop in an MCP server on a group of routes in any Nuxt project.
Update server/routes/mcp/[transport].ts with your tools, prompts, and resources following the MCP TypeScript SDK documentation.
The MCP server is mounted on /mcp/[transport] (ex: /mcp/sse).
Setup
Make sure to install dependencies:
pnpm install
Development Server
Make sure to have Redis running locally:
redis-server
Start the development server on another terminal on http://localhost:3000:
pnpm dev
Production
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.
Notes for running on Vercel
- To use the SSE transport, requires a Redis attached to the project under
process.env.REDIS_URL - Make sure you have Fluid compute enabled for efficient execution
- After enabling Fluid compute, open
server/routes/mcp/[transport].tsand adjustmaxDurationto 800 if you using a Vercel Pro or Enterprise account - Deploy the Nuxt MCP template
Sample Client
script/test-client.mjs contains a sample client to try invocations.
node scripts/test-client.mjs http://localhost:3000
Credits
This project is based on the Next.js MCP template.
Nuxt MCP Server on Vercel
Project Details
- atinux/mcp-with-nuxt-vercel
- Last Updated: 6/16/2025
Recomended MCP Servers
An MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search,...
MCP server for Shopify api, usable on mcp clients such as Anthropic's Claude and Cursor IDE
Connect Claude to Linear project management systems. Retrieve, create, and manage issues and projects seamlessly.
mcp-1panel is an implementation of the Model Context Protocol (MCP) server for 1Panel.
MCP Server for handling Jira issues
🎶 A simple MCP Server that search & plays youtube music tracks
Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
Flutter ChatGPT APP. The chatgpt chat app implemented by flutter supports custom modes and contextual continuous dialogue. In...
Static Code Analysis and Visualization. Convert Code to UML and Flow Diagram and explain by AI.
Node.js Model Context Protocol (MCP) server providing secure, relative filesystem access for AI agents like Cline/Claude.





