Mcp Server Weread
@ChenyqThu
Mcp Server Weread について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-weread": {
"command": "npx",
"args": [
"-y",
"mcp-server-weread"
],
"env": {
"CC_URL": "https://cc.chenge.ink",
"CC_ID": "您的ID",
"CC_PASSWORD": "您的密码"
}
}
}
}ツール
4Get all books in the user's bookshelf with comprehensive statistics and categorization information
Search for books in the user's bookshelf by keywords and return matching books with details and reading progress
Get all highlights and notes for a specific book, organized by chapter
Get popular reviews for a specific book
概要
What is Mcp Server Weread?
Mcp Server Weread is an MCP (Model Context Protocol) server that provides bookshelf, notes, and highlights data from WeRead (微信读书) to LLM clients that support MCP, such as Claude Desktop. It is designed for users who want to let an AI assistant interact with their WeRead reading data.
How to use Mcp Server Weread?
Requires Node.js 16+ and a valid WeRead account with Cookie. The simplest way is to add a configuration to Claude Desktop using npx -y mcp-server-weread with environment variables (CookieCloud URL/ID/Password or WEREAD_COOKIE). Global installation via npm install -g mcp-server-weread is also supported.
Key features of Mcp Server Weread
- Retrieve the user’s full bookshelf from WeRead
- Search books in the bookshelf by keyword
- Get notes and highlights organized by chapter
- Fetch popular book reviews with ratings and comments
- Seamless integration with MCP‑compatible LLM clients
- Supports CookieCloud for automatic Cookie refresh
Use cases of Mcp Server Weread
- Ask an AI to list all books on your WeRead bookshelf
- Search for specific books (e.g., psychology titles) within your library
- Have the AI summarize notes and highlights from a book, organized by chapter
- Let the AI retrieve and present popular reviews for a given book
FAQ from Mcp Server Weread
How do I get my WeRead Cookie?
Log into weread.qq.com in Chrome, open Developer Tools (F12), go to the Network tab, refresh, find a request to weread.qq.com, copy the Cookie field from the request headers, and set it as WEREAD_COOKIE.
What is CookieCloud and why is it recommended?
CookieCloud is an open‑source service that automatically syncs and refreshes your WeRead Cookie, avoiding manual updates when the Cookie expires. You can use the default server at https://cc.chenge.ink or host your own.
What are the runtime requirements?
Node.js 16.x or later. No additional database or external services required (CookieCloud server is optional).
Where does my WeRead data live?
The server fetches data directly from WeRead’s APIs on‑the‑fly. No data is stored locally or sent to third parties beyond the LLM client you have configured.
Which MCP transports are supported?
The server uses stdio transport (command‑line invocation). Authentication is handled via environment‑variable Cookie or CookieCloud credentials; no OAuth or token exchange is implemented in the server itself.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント