MCP.so
Sign In
P

PPTX解析转化为HTML的MCP服务

@zxz-lucky

About PPTX解析转化为HTML的MCP服务

本 MCP 服务是将 PPT/PPTX 文件内容转化为 HTML 格式输出

Basic information

Category

Other

Transports

stdio

Publisher

zxz-lucky

Submitted by

程序员香香

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "MCP-Slide-Parser": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.stdio=true",
        "-Dspring.main.web-application-type=none",
        "-Dlogging.pattern.console=",
        "-jar",
        "MCP-Slide-Parser/target/MCP-Slide-Parser-0.0.1-SNAPSHOT.jar",
        "ppt文件输入路径",
        "html文件输出路径"
      ],
      "env": {}
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is PPTX解析转化为HTML

Comments

More Other MCP servers