Back to MCP Servers
Books
This is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.
cloud-platforms
By VmLia
Installation
npx -y books-mcp-serverConfiguration
{
"mcpServers": {
"books-mcp-server": {
"command": "npx",
"args": ["-y", "books-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes