🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

gezhe-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gezhe-mcp-server

gezhe ppt mcp server

latest
npmnpm
Version
0.0.9
Version published
Weekly downloads
1.7K
41.18%
Maintainers
1
Weekly downloads
 
Created
Source

Gezhe-MCP-server

简介

歌者 PPT MCP server, 可以通过话题生成 PPT

Tools

  • generate_ppt_by_topic
    • 输入:
      • topic (string): 话题名称
    • 返回: 预览链接

使用指引:

方法 1:Streamable HTTP

  • 访问并登录 https://gezhe.com/
  • 进入「设置-MCP 服务器」页面,复制页面中提供的 URL 地址
  • 将其粘贴到 Cherry Studio、Cursor 等客户端中使用。

方法 2:本地执行

  • 访问并登录 https://gezhe.com/
  • 进入「设置-MCP 服务器」页面,获取页面中提供的 URL 地址,复制 URL 中末尾 API_KEY 的值。
  • 复制以下配置,填入到 Cherry Studio、Cursor 等客户端中使用。
{
  "mcpServers": {
    "歌者PPT": {
      "command": "npx",
      "args": ["-y", "gezhe-mcp-server@latest"],
      "env": {
        "API_KEY": "替换为获取的 API_KEY"
      }
    }
  }
}

FAQs

Package last updated on 11 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts