{"id":18382,"library":"gezhe-mcp-server","title":"Gezhe MCP Server","description":"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.","status":"active","version":"0.0.9","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install gezhe-mcp-server","lang":"bash","label":"npm"},{"cmd":"yarn add gezhe-mcp-server","lang":"bash","label":"yarn"},{"cmd":"pnpm add gezhe-mcp-server","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[],"quickstart":{"code":"// Gezhe MCP server is a CLI tool, not a library. Use the following JSON configuration in your MCP client:\n{\n  \"mcpServers\": {\n    \"歌者PPT\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"gezhe-mcp-server@latest\"],\n      \"env\": {\n        \"API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n// Then, from the client, call the tool generate_ppt_by_topic with a topic string.","lang":"typescript","description":"Configure MCP client to use Gezhe PPT server, then invoke the ppt generation tool."},"warnings":[{"fix":"Use the package via npx as a command-line MCP server in your MCP client configuration.","message":"The package does not export any programming API; it is a CLI command-only MCP server. Attempting to import it programmatically will fail.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Use npx -y gezhe-mcp-server@latest in your MCP client's command configuration, not require/import.","cause":"Trying to import the package as a library when it's a CLI tool.","error":"Error: Cannot find module 'gezhe-mcp-server'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}