Registry / llm-agents / gezhe-mcp-server

gezhe-mcp-server

JSON →
library0.0.9jsnpmunverified

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-server
INSTALL
IMPORT
SIG · GEZHE-MCP-SERVER
G
gezhe-mcp-server
llm-agentsjavascriptv0.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Configure MCP client to use Gezhe PPT server, then invoke the ppt generation tool.

// Gezhe MCP server is a CLI tool, not a library. Use the following JSON configuration in your MCP client: { "mcpServers": { "歌者PPT": { "command": "npx", "args": ["-y", "gezhe-mcp-server@latest"], "env": { "API_KEY": "your-api-key-here" } } } } // Then, from the client, call the tool generate_ppt_by_topic with a topic string.
Debug
Known issues
gotchaThe package does not export any programming API; it is a CLI command-only MCP server. Attempting to import it programmatically will fail.
fix
Use the package via npx as a command-line MCP server in your MCP client configuration.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'gezhe-mcp-server'
Trying to import the package as a library when it's a CLI tool.
fix
Use npx -y gezhe-mcp-server@latest in your MCP client's command configuration, not require/import.
Upgrade
Version history
0.0.9latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
gezhe-mcp-server — npm install gezhe-mcp-server · libregistry