This is a Model Context Protocol (MCP) server for interfacing with the Eagle app.
npm install
npm run build
npm start
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"]
}
}
}
eagle-status
: Check Eagle app connection status
{
"mcpServers": {
"eagle": {
"env": {},
"args": [
"/path/to/mcp-eagle/build/index.js"
],
"command": "node"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.