Back to Browse

Vgmdb MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to video game music, search game OST albums, composers, and full tracklists...

About

Use this MCP server to video game music, search game OST albums, composers, and full tracklists...

Security Report

7.2
Moderate7.2Low Risk

A well-structured MCP server for querying video game music metadata via the iTunes Catalog API. The server has no authentication requirements (appropriate for a public API backend), implements proper error handling, uses input validation via Zod, and has minimal permissions. Code quality is good with no malicious patterns, credential leaks, or dangerous operations detected. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-vgmdb-mcp": {
      "args": [
        "-y",
        "vgmdb-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

vgmdb mcp

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.

Tools

  • search_albums, find game soundtrack albums ("Chrono Trigger OST")
  • get_album, full tracklist with timings, artwork, Apple Music link
  • search_artists, find composers ("Yasunori Mitsuda")
  • get_artist, a composer's discography

Run

npm install && npm run build && node dist/index.js

Example

"Give me the Chrono Trigger OST tracklist" search_albums("Chrono Trigger OST") → get_album(324080907)

Reviews

No reviews yet

Be the first to review this server!