MCP Server for Cappt

by cappt-team
MIT License
1
  • Linux
  • Apple

mcp-server-cappt:Cappt 的 MCP 服务器

概述

使用 cappt.cc 生成大纲和演示文稿的模型上下文协议服务器。

工具

  1. generate_presentation
  • 根据大纲生成演示文稿(由generate_outline生成)
  • 输入:
    • outline (字符串):标准大纲
    • include_gallery (bool): 是否在结果中包含画廊
  • 返回:
    • record_id :生成的演示文稿的记录 ID
    • status :生成过程的状态
    • total_page :演示文稿中的幻灯片总数
    • editor_url :编辑演示文稿的 URL
    • title :演示文稿的标题
    • thumbanil :演示文稿的缩略图
      • gallery : 演示的画廊

提示

  1. geenrate_outline
  • 生成标准大纲
  • 输入:
    • input (字符串):用户输入,例如标题、文章等。
  • 返回:标准轮廓

安装

使用 uv(推荐)

使用uv时不需要特殊安装。

cd path/to/repo # Create a virtual environment uv venv # Linux or macOS source venv/bin/activate # Windows venv\Scripts\activate # Install the package uv install -e . # Run the server uv run mcp-server-cappt --cappt-token YOUR_CAPPT_TOKEN

配置

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

{ "mcpServers": { "sentry": { "command": "uv", "args": [ "--directory", "path/to/repo", "run", "mcp-server-cappt" ], "env": { "CAPPT_TOKEN": "YOUR_CAPPT_TOKEN" } } } }

调试

您可以使用 MCP 检查器来调试服务器。请确保您已使用uv安装此软件包,然后运行:

npx @modelcontextprotocol/inspector uv run mcp-server-cappt --cappt-token YOUR_CAPPT_TOKEN

执照

此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

模型上下文协议服务器允许使用 cappt.cc 生成大纲和演示文稿,具有从大纲创建演示文稿的工具和生成标准大纲的提示。

  1. 概述
    1. 工具
    2. 提示
  2. 安装
    1. 使用 uv(推荐)
  3. 配置
    1. 与 Claude Desktop 一起使用
  4. 调试
    1. 执照

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server implementation that provides a standardized interface for interacting with Spiral's language models, offering tools to generate text from prompts, files, or web URLs.
        Last updated -
        14
        Python
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.
        Last updated -
        19
        449
        2
        TypeScript
        MIT License
        • Apple
        • Linux
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that integrates Claude with Blender, enabling users to analyze and interact with IFC (Industry Foundation Classes) building models through natural language commands.
        Last updated -
        9
        Python
        MIT License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables AI models to create and manipulate PowerPoint presentations with advanced features like financial charts, formatting, and template management.
        Last updated -
        1
        Python

      View all related MCP servers

      ID: luop95i7ij