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 🙏

© 2026 – Pkg Stats / Ryan Hefner

virginsounds-mcp

v1.0.0

Published

MCP server for VirginSounds — search, browse, and download 50,000+ free sound effects, music, and ambient audio from AI assistants like Claude, Cursor, and Windsurf

Readme

VirginSounds MCP Server

Search, browse, and download 50,000+ free sound effects from VirginSounds.com directly from AI assistants.

What is this?

An MCP (Model Context Protocol) server that gives AI assistants like Claude, Cursor, and Windsurf access to the VirginSounds free sound library.

Just ask your AI assistant things like:

  • "Find rain sound effects for my audiobook"
  • "Search for sword clash sounds"
  • "What ambient sounds are available for a castle scene?"
  • "Get me a download link for forest ambience"

Quick Start

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "virginsounds": {
      "command": "npx",
      "args": ["-y", "virginsounds-mcp"]
    }
  }
}

Claude Code

claude mcp add virginsounds -- npx -y virginsounds-mcp

Cursor / Windsurf

Add to your MCP config:

{
  "virginsounds": {
    "command": "npx",
    "args": ["-y", "virginsounds-mcp"]
  }
}

Available Tools

| Tool | Description | |------|-------------| | search_sounds | Search by keyword, category, tag. Returns matching sounds with download URLs | | get_sound | Get full details for a specific sound (metadata, tags, formats, related) | | browse_categories | List all 8 categories and 55+ subcategories with sound counts | | browse_tags | List popular tags to discover available sounds | | get_download_url | Get direct download URL in MP3 or OGG format | | library_stats | Total sounds, downloads, sources overview | | ai_models | List AI generation models (AudioGen, Tango, MusicGen) |

Sound Categories

  • Background Music — Magical, adventure, suspense, happy, sad, lullaby
  • Sound Effects — Impacts, magic/sparkle, transitions, horror, comedy
  • Nature — Rain, thunder, wind, birds, ocean, forest, fire
  • Animals — Farm, wild, mythical creatures, insects, pets
  • Ambient — Forest, castle, village, cave, night, underwater
  • Foley — Footsteps, doors, paper, cooking, clothing
  • Musical — Harp, flute, piano, drums, strings, bells
  • Voice — Narration, crowd, laughter, crying, whispers

Example Usage

Once configured, ask your AI:

"Search for magical sparkle sound effects"

The AI will call search_sounds({q: "magical sparkle"}) and return results like:

Found 85 sounds:

1. Magic Sparkle Chime (0:03, ogg)
   Category: Magic & Sparkle | License: cc0
   Download: https://virginsounds.com/api/sounds/magic-sparkle-chime/download

2. Fairy Dust Shimmer (0:05, ogg)
   Category: Magic & Sparkle | License: cc-by
   ...

API

This MCP server connects to the public VirginSounds API at https://virginsounds.com/api. No API key required for search and browse. Full API docs at virginsounds.com/api-docs.

License

MIT — Free to use, modify, and distribute.

Sound content licenses vary per sound (CC0, CC-BY, CC-BY-NC). Check each sound's license field.