MCP.so
ログイン

Example Next.js MCP Server

@npstorey

Example Next.js MCP Server について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

npstorey

設定

以下の設定を使って、このサーバーを 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.

コメント

「クラウドとインフラ」の他のコンテンツ