P
PPTX解析转化为HTML的MCP服务
@zxz-lucky
About PPTX解析转化为HTML的MCP服务
本 MCP 服务是将 PPT/PPTX 文件内容转化为 HTML 格式输出
Basic information
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
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
6.8K
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
90.5K
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
26.0K

EverArt
modelcontextprotocolModel Context Protocol Servers
88.1K
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
6.0K
Comments