Skip to main content
Cloud PlatformsTypeScript

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.

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

{
  "mcpServers": {
    "books-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "VmLia/books-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
VmLia