Florence-2 MCP Server
フローレンス-2 MCP サーバー
Florence-2を使用して画像を処理するための MCP サーバー。
ローカル サーバーまたは Web サーバーに保存されている画像や PDF ファイルを処理し、OCR (光学文字認識) を使用してテキストを抽出したり、画像の内容を要約した説明的なキャプションを生成したりできます。
インストール
クロードデスクトップ向け
このサーバーを Claude Desktop 用に構成するには、 claude_desktop_config.jsonファイルのmcpServersの下に次のエントリを編集します。
{
"mcpServers": {
"florence-2": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jkawamoto/mcp-florence2",
"mcp-florence2"
]
}
}
}編集後、アプリケーションを再起動してください。詳細については、 「Claudeデスクトップユーザー向け - モデルコンテキストプロトコル」を参照してください。
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デスクトップ用
次の設定で新しい拡張機能を追加します。
タイプ: 標準IO
ID : フローレンス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ライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルをご覧ください。
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