Florence-2 MCP
AIMCP server for processing images using Florence-2 — OCR, captioning, and object detection from local or web images.
Quick Install
uvx mcp-florence2 Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"florence2-mcp": {
"command": "uvx",
"args": [
"mcp-florence2"
]
}
}
}