Example Next.js MCP Server
@npstorey
Example Next.js MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"opengov-mcp-server-vercel-nextjs": {
"command": "node",
"args": [
"scripts/test-client.mjs",
"https://mcp-for-next-js.vercel.app"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Example Next.js MCP Server?
Example Next.js MCP Server is a template that uses the @vercel/mcp-adapter to integrate a Model Context Protocol (MCP) server into any Next.js project. It is designed for developers who want to quickly add MCP tools, prompts, and resources to their Next.js applications.
How to use Example Next.js MCP Server?
Update app/[transport]/route.ts with your tools, prompts, and resources following the MCP TypeScript SDK documentation. To test invocations, run node scripts/test-client.mjs <url> using the provided sample client. For SSE transport, ensure a Redis instance is attached and Fluid compute is enabled.
Key features of Example Next.js MCP Server
- Integrates MCP server into Next.js routes via
@vercel/mcp-adapter - Supports SSE transport (requires Redis and Fluid compute)
- Deployable with Vercel’s Next.js MCP template
- Includes a sample client script for testing
Use cases of Example Next.js MCP Server
- Adding an MCP server to an existing Next.js application
- Building a prototype that uses MCP tools and resources
- Testing MCP server functionality with the provided sample client
FAQ from Example Next.js MCP Server
What transport does Example Next.js MCP Server support?
The server supports SSE transport, which requires a Redis instance attached to the project under process.env.REDIS_URL.
What runtime requirements are needed for Example Next.js MCP Server?
You need to enable Fluid compute on Vercel for efficient execution. If using a Pro or Enterprise account, adjust maxDuration to 800 in app/route.ts.
How can I deploy Example Next.js MCP Server?
Use the Vercel Next.js MCP template linked in the README to deploy the server directly.
Where do I configure tools and resources?
Edit app/[transport]/route.ts following the MCP TypeScript SDK documentation to add your tools, prompts, and resources.
「クラウドとインフラ」の他のコンテンツ
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
コメント