Gezhe MCP Server (v0.0.9) enables AI clients like Cherry Studio and Cursor to generate PowerPoint presentations from a topic. It implements the Model Context Protocol (MCP) over either Streamable HTTP or stdio transport. The server exposes a single tool `generate_ppt_by_topic`. Users must obtain an API key from gezhe.com. This package is a specialized utility for integrating Gezhe's PPT generation with MCP-compatible agents. It is in early development with no breaking changes documented.
npm install gezhe-mcp-serverNo compatibility data collected yet for this library.
Configure MCP client to use Gezhe PPT server, then invoke the ppt generation tool.
Use the package via npx as a command-line MCP server in your MCP client configuration.
Use npx -y gezhe-mcp-server@latest in your MCP client's command configuration, not require/import.
No dependency data recorded yet.