Eagle MCP ServerServer

tuki0918
GitHub
EagleMCPFile Management

Loading subscription status...

💡 Description

An unofficial MCP server for the Eagle application, enabling management of folders and items in an Eagle library. It supports various operations like creating and renaming folders, adding items, retrieving item information, and updating metadata.

📝 JSON Entries

{
  "mcpServers": [
    {
      "eagle-mcp-server": {
        "env": {
          "EAGLE_API_BASE_URL": "http://localhost:12345"
        },
        "args": [],
        "command": "uv run main.py"
      }
    }
  ]
}

🛠️ Tools

uvMermaid

Features

  • Integration with Eagle app
  • Visualization of workflows using Mermaid
  • Support for various media formats including JPG, PNG, PDF, and more

💬 Example Queries

  • Create a new folder named 'Vacation Photos'
  • Add an item from URL 'http://example.com/image.jpg'
  • Get the list of all items in the library
  • Update metadata for the item with ID '12345'
  • Retrieve the thumbnail for the item with ID '12345'