mirror of
https://github.com/worryzyy/HowToCook-mcp.git
synced 2026-06-04 21:05:55 +08:00
feat: Add instructions for using the DXT desktop extension, related images, and a WeChat group QR code
This commit is contained in:
parent
c04577b4ee
commit
d0647dafe4
52
README.md
52
README.md
@ -10,6 +10,26 @@
|
||||
|
||||
🎉 **想直接使用当前 MCP?立即体验** [https://howtocookmcp.weilei.site/](https://howtocookmcp.weilei.site/)
|
||||
|
||||
🎉 **同时,我们也提供了 DXT(Desktop Extensions)供大家体验,一键安装到 Claude Desktop**
|
||||
|
||||
如下:请确保你已经安装了最新版的 Claude Desktop, 当前 MCP 的 DXT 文件已上传代码库,可以自行下载或者 Fork 本仓库自行构建
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
本地开发如何打包成 DXT?
|
||||
|
||||
1.运行 `npm install -g @anthropic-ai/dxt`
|
||||
|
||||
2.在包含本地 MCP 服务器的文件夹中,运行 `dxt init`。也就是您 MCP 的根目录,此命令将引导您创建`manifest.json`
|
||||
|
||||
3.运行`dxt pack`创建 dxt 文件
|
||||
|
||||
现在,任何支持 DXT 的应用都可以运行您的本地 MCP 服务器。例如,使用适用于 macOS 和 Windows 的 Claude 打开该文件即可显示安装对话框
|
||||
|
||||
具体参阅:[anthropics/dxt](https://github.com/anthropics/dxt)
|
||||
|
||||
## 📸 效果预览
|
||||
|
||||

|
||||
@ -79,12 +99,12 @@ npm start
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "howtocook-mcp"]
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "howtocook-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -92,12 +112,12 @@ npm start
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "node",
|
||||
"args": ["youpath\\howtocook-mcp\\build\\index.js"]
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "node",
|
||||
"args": ["youpath\\howtocook-mcp\\build\\index.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -171,3 +191,11 @@ MIT License - 随意使用,就像分享美食配方一样慷慨!
|
||||
---
|
||||
|
||||
> 🍴 美食即将开始,胃口准备好了吗?
|
||||
|
||||
## 写在最后
|
||||
|
||||
平时关注 MCP 比较多,特意新建了一个 MCP 的群聊,欢迎各位大佬加群讨论更多 MCP 的话题
|
||||
|
||||

|
||||
|
||||
或者直接加作者 VX 进群:`worry3stone`, 请注明`MCP Exchange`,否则会被忽略哦
|
||||
|
||||
46
README_EN.md
46
README_EN.md
@ -10,6 +10,28 @@ Data Source: [Anduin2017/HowToCook](https://github.com/Anduin2017/HowToCook) ⭐
|
||||
|
||||
🎉 **Want to use MCP right away? Try it now** [https://howtocookmcp.weilei.site/](https://howtocookmcp.weilei.site/)
|
||||
|
||||
🎉 **At the same time, we also provide DXT (Desktop Extensions) for everyone to experience, one-click installation to Claude Desktop**
|
||||
|
||||
As follows: Please make sure you have installed the latest version of Claude Desktop. The current MCP DXT file has been uploaded to the code library. You can download it yourself or fork this repository to build it yourself
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
How to package local development into DXT?
|
||||
|
||||
1. Run `npm install -g @anthropic-ai/dxt`
|
||||
|
||||
2. In the folder containing the local MCP server, run `dxt init`. That is, the root directory of your MCP. This command will guide you to create `manifest.json`
|
||||
|
||||
3. Run `dxt pack` to create a dxt file
|
||||
|
||||
Now, any application that supports DXT can run your local MCP server. For example, opening the file with Claude for macOS and Windows will display the installation dialog
|
||||
|
||||
For more information, see: [anthropics/dxt](https://github.com/anthropics/dxt)
|
||||
|
||||
## 📸 Preview
|
||||
|
||||

|
||||
@ -79,12 +101,12 @@ Then add the MCP server configuration in Cursor settings:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "howtocook-mcp"]
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "howtocook-mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@ -92,12 +114,12 @@ Then add the MCP server configuration in Cursor settings:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "node",
|
||||
"args": ["yourpath\\howtocook-mcp\\build\\index.js"]
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"howtocook-mcp": {
|
||||
"command": "node",
|
||||
"args": ["yourpath\\howtocook-mcp\\build\\index.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
BIN
public/dxt.png
Normal file
BIN
public/dxt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
public/dxt2.png
Normal file
BIN
public/dxt2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 63 KiB |
BIN
public/dxt3.png
Normal file
BIN
public/dxt3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
public/wechat.jpg
Normal file
BIN
public/wechat.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
Loading…
Reference in New Issue
Block a user