Skip to main content
Glama

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: stdio

Gooseデスクトップ用

次の設定で新しい拡張機能を追加します。

  • タイプ: 標準IO
  • ID : フローレンス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ライセンスに基づいてライセンスされています。詳細については、 LICENSEファイルをご覧ください。

-
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デスクトップ用
  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