A template MCP server built with Next.js using the Vercel MCP Adapter. Provides a framework for deploying MCP servers with custom tools, prompts, and resources on Vercel with SSE transport support.
A template for building MCP servers in Next.js applications using the Vercel MCP Adapter. Provides a foundation for adding custom tools, prompts, and resources to any Next.js project with deployment support on Vercel.
A template for integrating Model Context Protocol (MCP) servers into Next.js projects using the Vercel MCP Adapter. It enables developers to deploy MCP tools, prompts, and resources as API routes with optional support for Server-Sent Events.
A sample MCP server implementation for Next.js projects that uses the Vercel MCP Adapter to handle protocol requests across different transport methods.
A Next.js MCP server template using mcp-handler 2 and the MCP TypeScript SDK v2, providing a stateless MCP server for App Router applications with built-in support for the 2026-07-28 protocol and compatibility with 2025-era Streamable HTTP clients.