npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

genvr-mcp-server-lite

v1.1.0

Published

Model Context Protocol server for GenVR APIs - Lite version with curated best models for Cursor IDE

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-lite

Configuration

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 build

Testing

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

🔗 Links