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.
Quick Start
Clone the repository:
git clone https://github.com/VmLia/books-mcp-serverClaude 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.