MCP.so
登录

Nuxt UI MCP Server

@katokdoescode

关于 Nuxt UI MCP Server

Nuxt UI MCP Server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

katokdoescode

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Nuxt UI MCP Server?

This project implements a Model Context Protocol (MCP) server for Nuxt UI, exposing Nuxt UI documentation and resources via a standardized API. It is built with TypeScript and Express, and is intended for developers who want to access Nuxt UI documentation programmatically through MCP-compatible clients.

How to use Nuxt UI MCP Server?

Clone the repository, install dependencies with npm install, build the TypeScript source with npm run build, then start the server with npm start (foreground) or npm run start:bg (background with PM2). The server listens on the port specified by the DEFAULT_PORT environment variable (default 3000). For development, use npm run dev to run the server alongside the MCP inspector.

Key features of Nuxt UI MCP Server

  • Serves Nuxt UI documentation and resources via MCP endpoints
  • Express-based HTTP server with session-based streaming
  • TypeScript implementation for type safety
  • Background process management with PM2

Use cases of Nuxt UI MCP Server

  • Integrating Nuxt UI documentation into AI assistants or code editors
  • Automatically fetching Nuxt UI component information during development
  • Building custom tooling that relies on Nuxt UI documentation resources

FAQ from Nuxt UI MCP Server

What does the Nuxt UI MCP Server do exactly?

It exposes Nuxt UI documentation and resources through MCP endpoints, enabling MCP-compatible clients (such as AI assistants) to query and retrieve Nuxt UI information programmatically.

What are the runtime requirements?

Node.js v18 or higher and npm v9 or higher are required.

Are there any automated tests?

No, there are currently no automated tests or test scripts for this project.

Does the server use authentication or encryption?

The README does not mention any authentication or encryption mechanisms. The server listens over HTTP on the configured port.

Where does the server get Nuxt UI documentation data?

The server serves documentation and resources—likely from bundled or referenced data—but the README does not specify the exact data source or whether it fetches from external APIs.

评论

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