Books Mcp Server
@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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント