
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
Use this MCP server to video game music, search game OST albums, composers, and full tracklists (iTunes Catalog backend)
Video game music database. Search game OSTs, composers, and full tracklists.
The original VGMdb.info API went offline in 2024, and MusicBrainz resets connections from script IPs, this server is backed by the iTunes Catalog API (free, no key, no fingerprint blocking), which catalogs game soundtracks with full tracklists and composers.
search_albums, find game soundtrack albums ("Chrono Trigger OST")get_album, full tracklist with timings, artwork, Apple Music linksearch_artists, find composers ("Yasunori Mitsuda")get_artist, a composer's discographynpm install && npm run build && node dist/index.js
"Give me the Chrono Trigger OST tracklist"
search_albums("Chrono Trigger OST")→get_album(324080907)
npm install
npm run build
node dist/index.js
The server uses stdio, so it can be connected to Claude Desktop, Cursor, VS Code, MCP Inspector, or another compatible MCP client.
search_albums: Search for video game soundtrack albums by game or composer name.get_album: Get full album details: full tracklist with timings, release date, genre.search_artists: Search for video game composers / performers by name.get_artist: Get a composerThis project is intentionally narrow. It should be treated as a practical helper, not a complete certification or security audit. Check the implementation and the returned data before using it with sensitive material. No credentials are required unless the project explicitly says otherwise.
After building, connect the server through your MCP client. The repository root also contains smoke-test.mjs for projects covered by the shared harness. A typical tool call starts with search_albums.
FAQs
Use this MCP server to video game music, search game OST albums, composers, and full tracklists (iTunes Catalog backend)
The npm package vgmdb-mcp receives a total of 0 weekly downloads. As such, vgmdb-mcp popularity was classified as not popular.
We found that vgmdb-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.