Skip to main content
Glama

Florence-2 MCP Server

Florence-2 MCP 서버

Florence-2를 사용하여 이미지를 처리하기 위한 MCP 서버.

로컬 또는 웹 서버에 저장된 이미지나 PDF 파일을 처리하여 OCR(광학 문자 인식)을 사용하여 텍스트를 추출하거나 이미지의 내용을 요약하는 설명 캡션을 생성할 수 있습니다.

설치

클로드 데스크탑용

Claude Desktop에 맞게 이 서버를 구성하려면 mcpServers 아래에 다음 항목을 추가하여 claude_desktop_config.json 파일을 편집합니다.

지엑스피1

편집 후 애플리케이션을 다시 시작하세요. 자세한 내용은 Claude Desktop 사용자용 - 모델 컨텍스트 프로토콜을 참조하세요.

Goose CLI의 경우

Goose CLI에서 Bear 확장 기능을 활성화하려면 구성 파일 ~/.config/goose/config.yaml 편집하여 다음 항목을 포함하세요.

extensions: bear: name: Florence-2 cmd: uvx args: [ --from, git+https://github.com/jkawamoto/mcp-florence2, mcp-florence2 ] enabled: true type: stdio

Goose Desktop용

다음 설정으로 새로운 확장 프로그램을 추가합니다.

  • 유형 : 표준 IO
  • ID : florence-2
  • 이름 : 플로렌스-2
  • 설명 : Florence-2를 사용하여 이미지를 처리하기 위한 MCP 서버
  • 명령어 : uvx --from git+https://github.com/jkawamoto/mcp-florence2 mcp-florence2

Goose Desktop에서 MCP 서버를 구성하는 방법에 대한 자세한 내용은 다음 설명서를 참조하세요: 확장 기능 사용 - MCP 서버 .

도구

OCR

OCR을 사용하여 이미지 파일이나 URL을 처리하여 텍스트를 추출합니다.

인수:
  • src : 처리해야 할 이미지 파일의 경로 또는 URL입니다.

표제

이미지 파일을 처리하고 이미지에 대한 캡션을 생성합니다.

인수:
  • src : 처리해야 할 이미지 파일의 경로 또는 URL입니다.

특허

이 애플리케이션은 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Florence-2를 사용하여 이미지를 처리하기 위한 MCP 서버.

  1. 설치
    1. 클로드 데스크탑용
    2. Goose CLI의 경우
    3. Goose Desktop용
  2. 도구
    1. OCR
    2. 표제
  3. 특허

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      This MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.
      Last updated -
      21
      Python
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP server designed to work with FFmpeg for media processing tasks, offering enhanced performance and secure communication for handling media processing requests.
      Last updated -
      2
      14
      12
      TypeScript
    • A
      security
      A
      license
      A
      quality
      f2c-mcp-server
      Last updated -
      5
      1,146
      228
      TypeScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A lightweight MCP server for image processing and cloud uploads that automates resizing, converting, optimizing, and uploading images to services like AWS S3, Cloudflare R2, and Google Cloud Storage.
      Last updated -
      69
      12
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jkawamoto/mcp-florence2'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server