VNDB MCP Server
@TANABEDAIGAKU
About VNDB MCP Server
A Model Context Protocol (MCP) server for accessing the Visual Novel Database (VNDB) API. This enables Claude AI to search and retrieve visual novel information.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"vndb": {
"command": "python",
"args": [
"-m",
"vndb_mcp"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is VNDB MCP Server?
A Model Context Protocol (MCP) server for accessing the Visual Novel Database (VNDB) API. This server allows Claude AI to search and retrieve detailed information about visual novels, with built-in request caching.
How to use VNDB MCP Server?
Clone the GitHub repository, install dependencies with pip install -r requirements.txt, and configure the server within your MCP client. The README does not describe specific invocation commands or configuration keys.
Key features of VNDB MCP Server
- Search for visual novels by various criteria
- Get detailed information about a specific visual novel
- API request optimization through caching functionality
Use cases of VNDB MCP Server
- Query VNDB to find visual novels by title or other attributes
- Retrieve full details on a visual novel for analysis or reference
- Leverage cached data to reduce redundant API calls during repeated queries
FAQ from VNDB MCP Server
What does VNDB MCP Server do compared to using the VNDB API directly?
It wraps the VNDB API in the Model Context Protocol, enabling AI assistants like Claude to access VNDB data without manual API handling.
What are the runtime dependencies?
Python with pip, plus the
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments