Integrations
Provides comprehensive integration with the Eagle app, enabling management of folders and items (images, documents, media) in an Eagle library. Supports creating, renaming, and updating folders; adding items from URLs and file paths; retrieving item information, thumbnails, and source files; and managing items through operations like moving to trash and updating metadata.
Supports visualization of workflows and architecture diagrams through Mermaid integration, as demonstrated in the use case diagrams showing different deployment scenarios.
Eagle MCP サーバー (非公式)
Eagle用のモデルコンテキストプロトコル(MCP)サーバー。Wiki
JPG
/JPEG
PNG
PDF
SVG
MP4
MP3
FBX
OBJ
EPS
TIF``TIFF
WebP
BMP
ICO
RAW
- 等
- イーグル: https://eagle.cool/
- Eagle API ドキュメント: https://api.eagle.cool/
要件
- Python 3.13
- 紫外線
前提条件
必要な依存関係をインストールします。
使用法
- Eagleアプリを起動します。
- 次のコマンドを実行して、この MCP サーバーを起動します。
SSEを使用してMCPサーバーに接続する
最も人気のある MCP クライアント (Claude Desktop、Cursor、Windsurf) はすべて、次の構成形式を使用します。
VSコード
ツール
サポートされている | 操作ID | APIエンドポイント | 有効(デフォルト) | カテゴリ |
---|---|---|---|---|
✅ | connect | /api/接続 | MCP | |
✅ | get_application_info | /api/アプリケーション/情報 | ⚫︎ | 応用 |
✅ | create_folder | /api/フォルダ/作成 | ⚫︎ | フォルダ |
✅ | rename_folder | /api/フォルダ/名前変更 | フォルダ | |
✅ | update_folder | /api/フォルダ/更新 | ⚫︎ | フォルダ |
✅ | get_folder_list | /api/フォルダ/リスト | ⚫︎ | フォルダ |
✅ | get_folder_list_recent | /api/folder/listRecent | フォルダ | |
✅ | add_item_from_url | /api/item/addFromURL | アイテム | |
✅ | add_items_from_urls | /api/item/addFromURLs | アイテム | |
✅ | add_item_from_path | /api/item/addFromPath | ⚫︎ | アイテム |
✅ | add_items_from_paths | /api/item/addFromPaths | アイテム | |
[ ] | add_bookmark | /api/item/ブックマークの追加 | ⚫︎ | アイテム |
✅ | get_item_info | /api/アイテム/情報 | ⚫︎ | アイテム |
✅ | get_item_source | /api/item/ソース | ⚫︎ | アイテム |
✅ | get_item_thumbnail | /api/item/サムネイル | アイテム | |
✅ | get_item_list | /api/アイテム/リスト | ⚫︎ | アイテム |
✅ | move_item_to_trash | /api/item/ゴミ箱へ移動 | ⚫︎ | アイテム |
✅ | refresh_item_palette | /api/item/refreshPalette | アイテム | |
✅ | refresh_item_thumbnail | /api/item/refreshThumbnail | アイテム | |
✅ | update_item | /api/item/update | ⚫︎ | アイテム |
✅ | get_library_info | /api/ライブラリ/情報 | ⚫︎ | 図書館 |
✅ | get_library_history | /api/ライブラリ/履歴 | 図書館 | |
✅ | switch_library | /api/ライブラリ/スイッチ | 図書館 | |
✅ | get_library_icon | /api/ライブラリ/アイコン | 図書館 | |
[ ] | ... | ... | ... |
MCP サーバー API ドキュメント:
ユースケース
1) 同じホスト(推奨)
[!TIP] ファイルシステムに直接アクセスできます。
2) 同じホスト (Eagle App、MCP サーバー) + 他のホスト (MCP クライアント)
[!警告] ファイルシステムにアクセスできません。
3) その他のホスト
[!警告] ファイルシステムにアクセスできません。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Eagle MCP サーバー
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server to interact with a Tinybird Workspace from any MCP client.Last updated -51PythonApache 2.0
- GoApache 2.0
- Python
- -securityFlicense-qualityThis MCP server allows users to create, manage, and serve web applications through Goose, storing apps in configurable directories and providing web app serving capabilities.Last updated -JavaScript