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"
]
}
}
}
Recommend MCP Servers 💡
microsoft.docs.mcp
The Microsoft Learn MCP Server is a cloud-hosted service that enables AI agents like GitHub Copilot to access trusted and up-to-date information directly from Microsoft's official documentation, offering high-quality content retrieval, semantic understanding, and real-time updates.
wikijs
An MCP (Model Context Protocol) server for WikiJS that allows AI models to interact with wiki content.
gitingest-mcp
An MCP server that allows clients to quickly extract information about GitHub repositories, including summaries, project directory structure, and file content.
mcp-link
A tool that automatically converts any OpenAPI V3 API into an MCP Server, enabling seamless integration with AI agents.
ios-forensics-mcp
A forensic analysis MCP server for iOS file systems enabling AI-assisted digital forensics
@shiftengineering/mcp-close-server
Connects to Close.com API, allowing AI assistants to search and retrieve lead and contact information.