Ashra的模型上下文协议服务器。
安装依赖:
yarn
构建项目:
yarn build
下载最新版本的 Claude。
在 cd ~/Library/Application\ Support/Claude 目录下添加或创建以下文件 claude_desktop_config.json:
{
"mcpServers": {
"ashra": {
"command": "node",
// 或者如果你使用的是 nvm,并且选择的版本不是首选或无法正常工作
// "command": "/Users/<user>/.nvm/versions/node/<version>/bin/node",
"args": ["<path/to/ashra-mcp>/build/index.js"],
"env": {
"ASHRA_API_KEY": "<YOUR-API-KEY>"
}
}
}
}
更多信息,请参阅 MCP 服务器文档。