# 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 .
```
