# Varying-Vagrant-Vagrants/VVV | Model Context Protocol (MCP) Server > An open source Vagrant configuration for developing with WordPress - **Stars**: ⭐ 4,526 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "VVV": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-VVV" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "VVV": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-VVV" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-VVV` - **Docker**: `docker run -i --rm mcp/VVV`