Nuxt UI MCP Server
@katokdoescode
About Nuxt UI MCP Server
Nuxt UI MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments