HowToCook-mcp

基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server

GitHub Stars

592

User Rating

Not Rated

Favorites

0

Views

19

Forks

31

Issues

10

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 16.0.0 or higher
npm: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/worryzyy/howtocook-mcp.git
cd howtocook-mcp

2. Install Dependencies

bash
npm install

3. Build Code

bash
npm run build

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.