GitHub Stars
457
User Rating
Not Rated
Favorites
0
Views
5
Forks
49
Issues
10
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Node.js: 16.x or higher
A valid WeChat Reading account and cookie
Installation Steps
1. Clone Repository
bash
git clone https://github.com/ChenyqThu/mcp-server-weread.git
cd mcp-server-weread
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json
to add the MCP server:
json
{
"mcpServers": {
"mcp-server-weread": {
"command": "npx",
"args": ["-y", "mcp-server-weread"],
"env": {
"CC_URL": "https://cc.chenge.ink",
"CC_ID": "YOUR_ID",
"CC_PASSWORD": "YOUR_PASSWORD"
}
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs