๐ค v-rapper-mcp
A Model Context Protocol (MCP) server that provides access to Evan You's legendary v-rapper video from VueConf 2025! ๐ต
๐ Prerequisites
- Node.js 22+ is required
โ๏ธ Configuration
You can add the v-rapper-mcp
in your MCP configuration:
{
"mcpServers": {
"v-rapper-mcp": {
"command": "npx",
"args": ["v-rapper-mcp"]
}
}
}
๐ Usage
Once configured, you can use the v-rapper
tool in your MCP client to get the video URL. Perfect for when you need some Vue.js inspiration with a beat! ๐ถ
๐ Troubleshooting
- Node.js version error: Make sure you're using Node.js 22 or higher
- MCP connection issues: Ensure your MCP client is properly configured
๐ License
MIT - See LICENSE for details
Made with โค๏ธ for the Vue.js community