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) 서버. 위키
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/
요구 사항
- 파이썬 3.13
- 자외선
필수 조건
필요한 종속성을 설치하세요:
지엑스피1
용법
- Eagle 앱을 실행하세요.
- 다음 명령을 실행하여 MCP 서버를 시작합니다.
SSE를 사용하여 MCP 서버에 연결
가장 인기 있는 MCP 클라이언트(Claude Desktop, Cursor 및 Windsurf)는 모두 다음 구성 형식을 사용합니다.
VS 코드
도구
지원됨 | 작업 ID | API 엔드포인트 | 활성화됨(기본값) | 범주 |
---|---|---|---|---|
✅ | connect | /api/연결 | 엠씨피 | |
✅ | get_application_info | /api/애플리케이션/정보 | ⚫︎ | 애플리케이션 |
✅ | create_folder | /api/폴더/생성 | ⚫︎ | 접는 사람 |
✅ | rename_folder | /api/폴더/이름 바꾸기 | 접는 사람 | |
✅ | update_folder | /api/폴더/업데이트 | ⚫︎ | 접는 사람 |
✅ | get_folder_list | /api/폴더/목록 | ⚫︎ | 접는 사람 |
✅ | get_folder_list_recent | /api/폴더/최근 목록 | 접는 사람 | |
✅ | 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/addBookmark | ⚫︎ | 목 |
✅ | get_item_info | /api/항목/정보 | ⚫︎ | 목 |
✅ | get_item_source | /api/항목/소스 | ⚫︎ | 목 |
✅ | get_item_thumbnail | /api/항목/썸네일 | 목 | |
✅ | get_item_list | /api/항목/목록 | ⚫︎ | 목 |
✅ | move_item_to_trash | /api/item/moveToTrash | ⚫︎ | 목 |
✅ | refresh_item_palette | /api/item/refreshPalette | 목 | |
✅ | refresh_item_thumbnail | /api/item/refresh썸네일 | 목 | |
✅ | update_item | /api/항목/업데이트 | ⚫︎ | 목 |
✅ | get_library_info | /api/라이브러리/정보 | ⚫︎ | 도서관 |
✅ | get_library_history | /api/라이브러리/히스토리 | 도서관 | |
✅ | switch_library | /api/라이브러리/스위치 | 도서관 | |
✅ | get_library_icon | /api/라이브러리/아이콘 | 도서관 | |
[ ] | ... | ... | ... |
MCP 서버 API 문서:
사용 사례
1) 동일한 호스트(권장)
[!TIP] 파일 시스템에 직접 액세스할 수 있습니다.
2) 동일한 호스트(Eagle 앱, 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