MCP.so
登录

MCP DEMO

@Pranoschal

关于 MCP DEMO

This project demonstrates a client-server architecture using a custom MCP (Model Configuration Protocol) server integrated with MCP tools to dynamically generate and return React + TypeScript code.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Pranoschal

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-demo-pranoschal": {
      "command": "bun",
      "args": [
        "dev"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP DEMO?

MCP DEMO is a Next.js project bootstrapped with create-next-app. It provides a basic web application template with automatic font optimization and page auto-reloading.

How to use MCP DEMO?

Run the development server with npm run dev, yarn dev, pnpm dev, or bun dev. Open http://localhost:3000 to see the result. Edit app/page.tsx to modify the page; it auto-updates.

Key features of MCP DEMO

  • Bootstrapped with create-next-app for quick setup
  • Automatic font optimization via next/font
  • Uses Geist font family from Vercel
  • Page auto-updates on file edits
  • Development server with hot reloading

Use cases of MCP DEMO

  • — (no use cases described in README)

FAQ from MCP DEMO

How do I run the development server?

Use npm run dev, yarn dev, pnpm dev, or bun dev. Then open http://localhost:3000 in your browser.

How are fonts optimized?

This project uses next/font to automatically optimize and load Geist, a font family for Vercel.

How do I deploy MCP DEMO?

The easiest way is to use the Vercel Platform. See the Next.js deployment documentation for more details.

What resources are available for learning Next.js?

See Next.js Documentation and Learn Next.js for tutorials. Contributions are welcome via the Next.js GitHub repository.

评论

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