waldzell-mcp
Waldzell AI's monorepo of MCP servers. Use in Claude Desktop, Cline, Roo Code, and more!
GitHub Stars
170
User Rating
Not Rated
Favorites
0
Views
37
Forks
27
Issues
11
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/waldzellai/waldzell-mcp
cd waldzell-mcp
2. Install Dependencies
bash
npm install
3. Build Servers
bash
npm run build --workspaces
4. Run Tests
bash
npm test --workspaces
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Server fails to build correctly Solution: Re-runnpm install and check error messages.