genvr-mcp-server-lite
v1.1.0
Published
Model Context Protocol server for GenVR APIs - Lite version with curated best models for Cursor IDE
Maintainers
Readme
GenVR MCP Server Lite
A lightweight Model Context Protocol (MCP) server for GenVR APIs, featuring only the best curated models for Cursor IDE integration.
🎯 What is MCP Server Lite?
This is a streamlined version of the full GenVR MCP Server, containing only the most popular and high-quality AI models. Instead of 300+ models, this lite version includes ~16 carefully selected models across all categories.
✨ Curated Models
Image Generation
- Flux Dev - High-quality image generation with excellent prompt following
- Flux Schnell - Fast image generation with good quality
- Google Imagen 4 - Google's latest image generation model
- DALL-E 3 - OpenAI's advanced image generation model
- Stable Diffusion XL - High-resolution image generation
Video Generation
- Runway Gen-3 - High-quality video generation
- Kling 2.5 - Advanced video generation with good motion
- Pika Labs - Creative video generation
- Veo 3 - Google's latest video generation model
Audio Generation
- ElevenLabs - High-quality voice synthesis
- OpenAI TTS - Text-to-speech with multiple voices
- Suno V4 - Music generation and composition
Image Utilities
- Image Upscaling - Enhance image resolution and quality
- Face Swap - Realistic face swapping technology
- Background Removal - Remove or replace image backgrounds
3D Generation
- Luma Dream Machine - 3D model generation from text
- Meshy - 3D model creation and editing
🚀 Quick Start
Installation
npm install -g @genvr/mcp-server-liteConfiguration
Create a .cursor/mcp.json file in your project:
{
"mcpServers": {
"GenVR-Lite": {
"command": "genvr-mcp-lite",
"env": {
"GENVR_USER_ID": "your_user_id_here",
"GENVR_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}Usage in Cursor
Once configured, you can use the models in Cursor chat:
@GenVR-Lite Generate an image of a sunset over mountains using flux_dev
@GenVR-Lite Create a video of ocean waves using kling2_5
@GenVR-Lite Generate music using suno_v4🔧 Development
Build from Source
git clone https://github.com/genvrresearch/mcp-server-lite.git
cd mcp-server-lite
npm install
npm run fetch-schemas
npm run buildTesting
npm test📦 Distribution
This package is published to npm as @genvr/mcp-server-lite and can be installed globally for use with Cursor IDE.
🔄 Differences from Full Version
| Feature | Full MCP Server | Lite MCP Server | |---------|----------------|------------------| | Models | 300+ models | ~16 curated models | | Package Size | Larger | Smaller | | Load Time | Slower | Faster | | Use Case | Power users | General users | | Complexity | High | Simplified |
🤝 Contributing
To suggest additions to the curated model list, please open an issue with:
- Model name and category
- Why it should be included
- Performance/quality metrics if available
📄 License
MIT License - See LICENSE file
