Nuxt MCP Server on Vercel
@atinux
Nuxt MCP Server on Vercel について
Example of creating a MCP server with Nuxt / Nitro.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-with-nuxt-vercel": {
"command": "node",
"args": [
"scripts/test-client.mjs",
"http://localhost:3000"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Nuxt MCP Server on Vercel?
It is a Nuxt application template that acts as an MCP server using the Streamable HTTP Server Transport. Designed for building and deploying MCP servers on Vercel.
How to use Nuxt MCP Server on Vercel?
Install dependencies with pnpm install, then start a development server with pnpm dev on http://localhost:3000. For production, build with pnpm build and deploy to Vercel with Fluid compute enabled. Customize the server by editing server/routes/mcp.ts to define tools, prompts, and resources.
Key features of Nuxt MCP Server on Vercel
- Uses Streamable HTTP Server Transport
- MCP server mounted on
/mcproute - Includes sample client script for testing
- Deployable to Vercel with Fluid compute
- Built with the Nuxt framework
- Customizable via
server/routes/mcp.ts
Use cases of Nuxt MCP Server on Vercel
- Building a custom MCP server with Nuxt
- Deploying an MCP server on Vercel’s edge network
- Testing MCP tool invocations locally with the sample client
- Creating custom tools, prompts, and resources for MCP
FAQ from Nuxt MCP Server on Vercel
How do I install dependencies?
Run pnpm install in the project root.
How do I start the development server?
Run pnpm dev to start the server on http://localhost:3000.
How do I build for production?
Run pnpm build to build the application for production. You can preview the production build with pnpm preview.
How do I deploy to Vercel?
Use the provided “Deploy with Vercel” button and ensure Fluid compute is enabled for efficient execution.
How can I test the MCP server locally?
Run the sample client script at scripts/test-client.mjs with your server URL, for example node scripts/test-client.mjs http://localhost:3000.
「クラウドとインフラ」の他のコンテンツ
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
コメント