GitHub Stars
134
User Rating
Not Rated
Favorites
0
Views
42
Forks
23
Issues
3
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
wget: Must be installed
Installation Steps
1. Clone Repository
bash
git clone https://github.com/pskill9/website-downloader
cd website-downloader
2. Install Dependencies
bash
npm install
3. Build the Server
bash
npm run build
4. Add to MCP Settings
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"website-downloader": {
"command": "node",
"args": ["/path/to/website-downloader/build/index.js"]
}
}
}
5. Start Server
bash
npm start