Books Mcp Server
@VmLia
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Books Mcp Server?
—
How to use Books Mcp Server?
Clone the repository, create a virtual environment with uv venv, activate it, then install Python dependencies using uv add "mcp[cli]" httpx openai beautifulsoup4 lxml. Configure the server in Cherry Studio as a STDIO MCP server pointing to uv --directory <project-dir> run main.py.
Key features of Books Mcp Server
—
Use cases of Books Mcp Server
—
FAQ from Books Mcp Server
What runtime does Books Mcp Server require?
Python 3 and the uv package manager.
How is Books Mcp Server invoked?
It runs as a stdio MCP server via the command uv --directory <project-dir> run main.py.
What dependencies does Books Mcp Server use?
It depends on mcp[cli], httpx, openai, beautifulsoup4, and lxml.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments