Skip to main content
Glama

Florence-2 MCP Server

Florence-2 MCP 服务器

使用Florence-2处理图像的 MCP 服务器。

您可以处理存储在本地或 Web 服务器上的图像或 PDF 文件,以使用 OCR(光学字符识别)提取文本或生成总结图像内容的描述性标题。

安装

对于克劳德桌面

要为 Claude Desktop 配置此服务器,请在mcpServers下使用以下条目编辑claude_desktop_config.json文件:

{ "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 Desktop

使用以下设置添加新扩展:

  • 类型:标准IO
  • ID :florence-2
  • 名称:佛罗伦萨-2
  • 描述:使用 Florence-2 处理图像的 MCP 服务器
  • 命令uvx --from git+https://github.com/jkawamoto/mcp-florence2 mcp-florence2

有关在 Goose Desktop 中配置 MCP 服务器的更多详细信息,请参阅文档:使用扩展 - MCP 服务器

工具

光学字符识别

使用 OCR 处理图像文件或 URL 以提取文本。

参数:
  • src :需要处理的图像文件的文件路径或 URL。

标题

处理图像文件并生成图像的标题。

参数:
  • src :需要处理的图像文件的文件路径或 URL。

执照

此应用程序采用 MIT 许可证。有关更多详细信息,请参阅许可证文件。

-
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 Desktop
  2. 工具
    1. 光学字符识别
    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