MCP.so
登录

Books Mcp Server

@VmLia

关于 Books Mcp Server

This is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

VmLia

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "books-mcp-server": {
      "name": "books-mcp",
      "type": "stdio",
      "description": "",
      "isActive": true,
      "registryUrl": "",
      "command": "uv",
      "args": [
        "--directory",
        "/Enter your local project directory/books-mcp-server",
        "run",
        "main.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Books Mcp Server?

How to use Books Mcp Server?

Clone the repository, create a virtual environment with uv venv, activate it, then install Python dependencies using uv add "mcp[cli]" httpx openai beautifulsoup4 lxml. Configure the server in Cherry Studio as a STDIO MCP server pointing to uv --directory <project-dir> run main.py.

Key features of Books Mcp Server

Use cases of Books Mcp Server

FAQ from Books Mcp Server

What runtime does Books Mcp Server require?

Python 3 and the uv package manager.

How is Books Mcp Server invoked?

It runs as a stdio MCP server via the command uv --directory <project-dir> run main.py.

What dependencies does Books Mcp Server use?

It depends on mcp[cli], httpx, openai, beautifulsoup4, and lxml.

评论

其他 分类下的更多 MCP 服务器