Skip to content
Cursor

vndb mcp for Cursor

io.github.mrfentmen/vndb-mcp

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

client:Cursor transport:stdio runtime:npm

Install vndb mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "vndb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/vndb-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vndb mcp in other clients