WeChat Read MCP Server
by ChenyqThu
The WeChat Read MCP Server is a lightweight server that bridges WeChat Read data with Claude Desktop, allowing seamless access to notes and reading data within Claude. It enables deep interaction with reading notes and AI.
Last updated: N/A
What is WeChat Read MCP Server?
The WeChat Read MCP Server is a bridge between WeChat Read and Claude Desktop, enabling you to access your WeChat Read notes and reading data within Claude. It's a lightweight server that facilitates AI-powered analysis and interaction with your reading material.
How to use WeChat Read MCP Server?
- Install Node.js (v16+). 2. Clone the repository. 3. Install dependencies using
npm install
. 4. Obtain WeChat Read cookies from the browser. 5. Configure the.env
file with the cookie. 6. Build the server usingnpm run build
. 7. Start the server usingnode build/index.js
. 8. Configure the MCP client (e.g., Cursor AI) with the server's command and environment variables.
Key features of WeChat Read MCP Server
Fetches bookshelf information
Retrieves notebooks with notes
Gets all notes for a specific book
Obtains detailed book information
Searches notes for specific keywords
Retrieves recently read books and data
Use cases of WeChat Read MCP Server
Deep reading analysis and discussion with AI assistance.
Thematic note integration across multiple books.
Writing and creation assistance by collecting and organizing relevant notes.
Extracting key insights and viewpoints from notes using Claude.
Building a knowledge framework based on reading notes.
FAQ from WeChat Read MCP Server
How do I get my WeChat Read cookie?
How do I get my WeChat Read cookie?
Log in to WeChat Read on the web browser, open developer tools (F12), go to the 'Application' tab, find 'Cookies' under 'Storage', select 'https://weread.qq.com', and copy all the cookie values.
What is MCP?
What is MCP?
MCP stands for Multi-Command Protocol. It's a protocol used for communication between AI clients (like Claude Desktop) and external tools or servers.
How do I configure the MCP client?
How do I configure the MCP client?
In the MCP client's configuration file (e.g., ~/.cursor/mcp.json
for Cursor AI), add a new entry for the server, specifying the command to run the server, arguments, and environment variables (including the WeChat Read cookie).
What if my cookie expires frequently?
What if my cookie expires frequently?
The project supports CookieCloud service to automatically synchronize and update Cookie. You can configure CookieCloud plugin and environment variables to use this feature.
What kind of data can I extract from WeChat Read using this server?
What kind of data can I extract from WeChat Read using this server?
You can extract your bookshelf information, notebooks with notes, all notes for a specific book, detailed book information, search notes for specific keywords, and retrieve recently read books and data.