ProductivityJavaScript
mcp-server-weread
微信读书MCP服务器为用户提供微信读书书籍、笔记和划线数据的服务。
N/A rating (0 reviews)0 installs530 GitHub stars
微信读书MCP书籍管理
该MCP服务器允许用户从微信读书获取书架信息、搜索书架中的图书、获取图书的笔记和划线,以及获取热门书评。它支持按章节组织笔记和划线,并与支持MCP协议的大语言模型客户端无缝集成,提供结构化的数据以便于理解和使用。 用户可以通过简单的API调用获取所需的信息,支持模糊匹配和精确匹配的书籍搜索,并能够设置返回结果的数量和详细信息。该工具旨在提升用户在微信读书上的阅读体验,帮助用户更好地管理和利用他们的书籍和笔记。
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-weread": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-weread"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions
ok0
ok1