1. Conduid
  2. Cloud
  3. VmLia/books-mcp-server
MCP server · Cloud

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.

Unclaimed last commit a year ago devtools
41Fair

Scored 4 months ago · breakdown

About VmLia/books-mcp-server

VmLia/books-mcp-server is an MCP server published by VmLia in the Cloud category: this is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio. It has been installed 0 times through Conduid.

The repository has 5 stars and 3 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx books-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about VmLia/books-mcp-server

Powered by Claude · Grounded in docs

I know everything about VmLia/books-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Get the Project and Initialize

git clone https://github.com/VmLia/books-mcp-server.git
cd books-mcp-server
uv venv

if macbook or linux

source .venv/bin/activate

if windows

.venv\Scripts\activate.bat

Install Python Packages

uv add "mcp[cli]" httpx openai beautifulsoup4 lxml 

If the network is slow, you can set up a domestic mirror source.

uv add "mcp[cli]" httpx openai beautifulsoup4 lxml --index-url https://pypi.tuna.tsinghua.edu.cn/simple

Example of Using cherry-studio

Method 1: On the setting page of cherry-studio, click on the MCP server, then click "Add Server", and subsequently configure it on the page.

Type

STDIO

Command

uv

Parameters

--directory
# your project dir
run
main.py

Method 2: Use the configuration parameters

{
  "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 mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About VmLia/books-mcp-server

How do I install VmLia/books-mcp-server?

Run npx books-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is VmLia/books-mcp-server safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is VmLia/books-mcp-server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.