MCP Eagle Server
用于Eagle应用的MCP服务器。
概述
MCP Eagle 是一个模型上下文协议服务器,用于与 Eagle 应用程序进行接口连接。
安装与运行
# 1. 安装依赖
npm install
# 2. 构建服务器
npm run build
# 3. 运行服务器
npm start
与 Claude 桌面版集成
在 Claude 桌面版配置文件中添加以下内容:
{
"mcpServers": {
"eagle": {
"command": "node",
"args": ["/path/to/mcp-eagle/build/index.js"]
}
}
}
配置文件位置: ~/Library/Application Support/Claude/claude_desktop_config.json
工具
eagle-status
: 检查 Eagle 应用程序连接状态
注: 确保已安装 Node.js 并且路径配置正确。