Back to Browse

Vndb MCP Server

Developer ToolsModerate5.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Use this MCP server to VNDB, the Visual Novel Database. Search VNs, characters, releases, tags,...

About

Use this MCP server to VNDB, the Visual Novel Database. Search VNs, characters, releases, tags,...

Security Report

5.5
Moderate5.5Moderate Risk

This is a well-designed MCP server for querying the VNDB public API with no authentication required. The code is clean, properly handles errors, validates inputs with Zod, and makes only expected network calls to the documented VNDB API endpoint. Permissions are appropriately scoped to the server's stated purpose of searching visual novel data. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

5 files analyzed · 4 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.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

vndb mcp

Search the Visual Novel Database (API v2). No auth, no key.

Tools

  • search_vns, search VNs, sort by rating / popularity / released / title
  • get_vn, full details: description, tags, developers, platforms
  • search_characters, find characters by name or trait
  • get_vn_releases, every release of a VN (platforms, languages, catalogs)

Run

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

Example

"What's the highest rated VN with mecha?" search_vns("mecha", sort="rating")

"Does Muv Luv have a console release?" get_vn_releases("v92")

Reviews

No reviews yet

Be the first to review this server!