AgentHubAgentHub

mcp-florence2

MCP ServerMCP Registry官方收录

io.github.jkawamoto/mcp-florence2 · v0.3.13

An MCP server for processing images using Florence-2

概览

mcp-florence2 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.jkawamoto/mcp-florence2",
  "type": "mcp-server",
  "version": "0.3.13",
  "displayName": "mcp-florence2",
  "description": "An MCP server for processing images using Florence-2",
  "repository": {
    "url": "https://github.com/jkawamoto/mcp-florence2",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/jkawamoto/mcp-florence2/releases/download/v0.3.13/mcp-florence2.mcpb",
        "version": "0.3.13",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jkawamoto/mcp-florence2",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jkawamoto%2Fmcp-florence2/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-florence2 — MCP Server 安装与配置 · AgentHub