olegshilin/mcp-eagle
If you are the rightful owner of mcp-eagle and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Eagle Server is a Model Context Protocol server designed to interface with the Eagle app, providing seamless integration and communication.
MCP Eagle Server
This is a Model Context Protocol (MCP) server for interfacing with the Eagle app.
Setup
- Install dependencies:
npm install
- Build the server:
npm run build
- Run the server:
npm start
Usage with Claude Desktop
Add 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"]
}
}
}
Available Tools
eagle-status
: Check Eagle app connection status