MCP.so
登录

Example MCP Server built on Next.js

@MarkArmsrong

关于 Example MCP Server built on Next.js

MCP Server Generic

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MarkArmsrong

配置

使用下面的配置,将此服务器添加到你的 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).

评论

其他 分类下的更多 MCP 服务器