This is a Model Context Protocol (MCP) server for interfacing with the Eagle app.
- Install dependencies:
npm install- Build the server:
npm run build- Run the server:
npm startAdd this to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"eagle": {
"command": "node",
"args": ["/path/to/mcp-eagle/build/index.js"]
}
}
}eagle-status: Check Eagle app connection status