Skip to main content
Glama
jkawamoto

Florence-2 MCP Server

by jkawamoto

Florence-2 MCP 서버

파이썬 애플리케이션 GitHub 라이센스 사전 커밋 주름 옷깃 대장간 배지

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 서버 .

Related MCP server: Image Processor MCP Server

도구

OCR

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

인수:

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

표제

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

인수:

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

특허

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

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
23dResponse time
3wRelease cycle
14Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for Flux AI image generation

  • MCP server for Wan AI video generation

  • MCP server for Grok Imagine AI video generation

View all MCP Connectors

Latest Blog Posts

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