一款由 Nuxt UI 和 Nuxt Content 强力驱动的 Nuxt 优雅文档主题,内置组件文档自动生成、AI 聊天助手、MCP Server 支持、SEO 优化、暗黑模式、全文搜索等功能,助您轻松构建美观、专业、智能的文档网站。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"movk-nuxt-docs": {
"command": "npx",
"args": [
"-y",
"mhaibaraai/movk-nuxt-docs"
]
}
}
}
Run in terminal:
claude mcp add movk-nuxt-docs npx -y mhaibaraai/movk-nuxt-docs
Add to .cursor/mcp.json:
{
"mcpServers": {
"movk-nuxt-docs": {
"command": "npx",
"args": [
"-y",
"mhaibaraai/movk-nuxt-docs"
]
}
}
}