nuxt-ui-mcp-server

Riyenz/nuxt-ui-mcp-server

3.2

If you are the rightful owner of nuxt-ui-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that exposes Nuxt UI components to AI agents.

Tools
2
Resources
0
Prompts
0

nuxt-ui-mcp-server

An MCP server that exposes Nuxt UI components to AI agents.

Install / Run

  • Local dev
npm install
npm run build
node dist/cli.js --help
node dist/cli.js
  • Test as tarball (pre-publish)
npm pack
npx ./riyenz-nuxt-ui-mcp-server-*.tgz --help

MCP client configuration examples

  • Cursor .cursorrules or global ~/.cursor/mcp.json:
{
  "mcpServers": {
    "nuxt-ui": {
      "command": "npx",
      "args": ["@riyenz/nuxt-ui-mcp-server"]
    }
  }
}
  • Claude Desktop ~/.config/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "nuxt-ui": {
      "command": "npx",
      "args": ["@riyenz/nuxt-ui-mcp-server"]
    }
  }
}

Tools

  • list_components
  • get_component

Inspired by shadcn-ui-mcp-server patterns. See reference: https://github.com/Jpisnice/shadcn-ui-mcp-server.