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 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