MCP Hub
Back to servers

Eagle.cool

MCP (Model Context Protocol) Server. Integrates Claude Desktop with the Eagle.cool app for asset management and creative project assistance through MCP-enabled interaction with Eagle's features.

Stars
1
Tools
1
Validated
Jan 11, 2026

MCP Eagle Server

This is a Model Context Protocol (MCP) server for interfacing with the Eagle app.

Setup

  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. 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

Reviews

No reviews yet

Sign in to write a review