This is an MCP server used for querying books, and it can be applied in common MCP clients, such as Cherry Studio.
5 stars
Python
Updated Apr 9, 2025
Documentation
Get the Project and Initialize
code
git clone https://github.com/VmLia/books-mcp-server.git
cd books-mcp-server
uv venvif macbook or linux
`
source .venv/bin/activateif windows
`
.venv\Scripts\activate.batInstall Python Packages
code
uv add "mcp[cli]" httpx openai beautifulsoup4 lxmlIf the network is slow, you can set up a domestic mirror source.
code
uv add "mcp[cli]" httpx openai beautifulsoup4 lxml --index-url https://pypi.tuna.tsinghua.edu.cn/simpleExample 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
code
STDIOCommand
code
uvParameters
code
--directory
# your project dir
run
main.pyMethod 2: Use the configuration parameters
code
{
"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"
]
}
}
}Similar MCP
Based on tags & features
Trending MCP
Most active this week