---
slug: "vndb-mcp服务器"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/TANABEDAIGAKU/vndb-mcp@main/README.md"
repo: "https://github.com/TANABEDAIGAKU/vndb-mcp"
source_file: "README.md"
branch: "main"
---
# VNDB MCP Server

A Model Context Protocol (MCP) server for accessing the Visual Novel Database (VNDB) API. This server allows Claude AI to access VNDB data.

## Features

- Search for visual novels
- Get detailed information about visual novels
- API request optimization through caching functionality

## Installation Method

```bash
# Clone from GitHub
git clone https://github.com/TANABEDAIGAKU/vndb-mcp
cd vndb-mcp

# Install dependencies
pip install -e .
```
