Description
Based on the error message indicating a failed Git clone for the antfu/nuxt-mcp repository, this appears to be an MCP server implementation by Anthony Fu (antfu) designed to integrate with Nuxt.js, the popular Vue.js framework for building web applications. Without access to the actual repository contents due to the clone failure, the implementation likely provides tools for interacting with Nuxt projects, potentially offering capabilities like project scaffolding, configuration management, or development workflow automation. Given antfu's expertise in the Vue.js ecosystem and tooling, this server would be valuable for developers working with Nuxt applications who need AI assistance with project setup, configuration, or development tasks.
Installation
git clone https://github.com/antfu/nuxt-mcp-dev Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"nuxtjs": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}