MCP.so
ログイン

mcp-server-cappt: A MCP server for Cappt

@cappt-team

mcp-server-cappt: A MCP server for Cappt について

A MCP server for Cappt

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

cappt-team

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "sentry": {
      "command": "node",
      "args": [
        "path/to/repo/dist/index.js"
      ],
      "env": {
        "CAPPT_TOKEN": "YOUR_CAPPT_TOKEN"
      }
    }
  }
}

ツール

2

`outline` (string): a standard outline

`record_id`: the record ID of the generated presentation

概要

What is mcp-server-cappt?

A Model Context Protocol server for generating outlines and presentations with cappt.cc. It allows AI agents to create presentation content and editable links programmatically.

How to use mcp-server-cappt?

Install by cloning the repo and running npm install && npm run build. For Claude Desktop, add an entry to claude_desktop_config.json with command node path/to/dist/index.js and the environment variable CAPPT_TOKEN set to your Cappt API token.

Key features of mcp-server-cappt

  • Generate a presentation from an existing outline.
  • Generate a standard outline from user input (title, article, etc.).
  • Optionally include a gallery and preview in results.
  • Returns an editor URL, thumbnail, and slide count.
  • Easily integrates with Claude Desktop.
  • Licensed under the MIT License.

Use cases of mcp-server-cappt

  • Automatically produce a presentation outline from a topic.
  • Create an editable presentation link from a few sentences.
  • Generate a presentation from a structured outline.
  • Add presentation generation capabilities to MCP‑enabled assistants.

FAQ from mcp-server-cappt

What is the purpose of mcp-server-cappt?

It provides MCP tools to generate outlines and presentations with the cappt.cc platform.

What tools are available?

Two tools: generate_outline prompt (accepts a string input and returns a standard outline) and generate_presentation tool (takes an outline and optional booleans for gallery/preview, then returns presentation details).

What environment variable is required?

The CAPPT_TOKEN environment variable must be set to your Cappt API token.

How can I debug the server?

Use the MCP inspector: npx @modelcontextprotocol/inspector node dist/index.js.

What license does this server use?

It is licensed under the MIT License.

コメント

「その他」の他のコンテンツ