VNDB MCP Server
@TANABEDAIGAKU
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"vndb": {
"command": "python",
"args": [
"-m",
"vndb_mcp"
],
"env": {}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
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.
评论