Example MCP Server built on Next.js
@MarkArmsrong
Example MCP Server built on Next.js について
MCP Server Generic
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"yadathingy-MCP": {
"command": "node",
"args": [
"scripts/test-client.mjs",
"https://yadathingy-mcp.vercel.app"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Example MCP Server built on Next.js?
An MCP (Model Context Protocol) server built with Next.js, providing tools, prompts, and resources using the MCP TypeScript SDK. Designed for developers who want to deploy a conformant MCP server on Vercel with a Redis-backed state layer.
How to use Example MCP Server built on Next.js?
Edit app/mcp.ts to define your tools, prompts, and resources following the MCP TypeScript SDK documentation. Deploy to Vercel with a Redis instance available via process.env.REDIS_URL and Fluid compute enabled. After enabling Fluid compute, adjust the max duration in app/sse/route.ts to 800 seconds if on a Pro or Enterprise account. A sample client script at scripts/test-client.mjs can be run with node scripts/test-client.mjs <url> to test invocations.
Key features of Example MCP Server built on Next.js
- Built with Next.js and deployed on Vercel
- Uses the official MCP TypeScript SDK
- Requires Redis for state persistence
- Optimized for Vercel Fluid compute
- Includes a sample client for testing
Use cases of Example MCP Server built on Next.js
- Deploy an MCP server as a Next.js app on Vercel
- Experiment with MCP tools, prompts, and resources locally
- Test MCP invocations via the included sample client
- Integrate MCP capabilities into a Vercel-hosted application
FAQ from Example MCP Server built on Next.js
What runtime dependencies does Example MCP Server built on Next.js have?
It requires a Redis instance connected via process.env.REDIS_URL and Vercel Fluid compute enabled. For Pro/Enterprise accounts, the max duration in app/sse/route.ts should be set to 800 seconds.
How do I deploy Example MCP Server built on Next.js?
Use the Vercel MCP Next.js template or deploy manually, ensuring Redis and Fluid compute are configured.
How can I test the server after deployment?
Run node scripts/test-client.mjs https://your-deployment-url.vercel.app using the sample client script.
Can I run this server locally?
The README focuses on Vercel deployment; no local setup instructions are provided.
Does this server support authentication or custom transports?
The README does not mention authentication or alternative transports beyond SSE (implied by app/sse/route.ts).
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント