MCP.so
登录

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.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

TANABEDAIGAKU

配置

使用下面的配置,将此服务器添加到你的 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 服务器