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: stdioGoose 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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server for analyzing images using OpenRouter vision models, offering capabilities like automatic image resizing, model configuration, and handling custom queries about images.10MIT
- Flicense-qualityDmaintenanceA powerful Model Context Protocol (MCP) server for image processing, designed to empower AI models with advanced image manipulation capabilities.
- Alicense-qualityDmaintenanceAn MCP server that provides image generation capabilities using Google's Gemini 2.5 Flash Image Preview model.18MIT
- FlicenseAqualityBmaintenanceMCP server for the company image2 text-to-image API, enabling AI tools to generate images directly from text prompts.2
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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