mcp-server-weread

微信读书MCP

GitHub Stars

457

User Rating

Not Rated

Favorites

0

Views

5

Forks

49

Issues

10

Installation
Difficulty
Intermediate
Estimated 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

Edit claude_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
anki-mcp-server logo

An MCP server for Anki

JavaScript
minesweeper-mcp-server logo

An MCP server for playing Minesweeper

JavaScript
mcp-server-apple-shortcuts logo

No description

JavaScript