← kamishibai.tv

INDIVIDUAL MCP TOOL

kamishibai_import

既成の台本(と任意の音声/画像 base64)を取り込む。音声を渡せばその声で確実に再生。pass を付けると一覧非表示の限定公開。要 Bearer。

kamishibai.tvnone authenticationAvailability not checked

LIVE ENDPOINT

https://kamishibai.tv/mcp

No auth detected

Connect to this endpoint to inspect the live schema for kamishibai_import and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

kamishibai.tv

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.kamishibai-tv]
url = "https://kamishibai.tv/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kamishibai-tv": {
      "type": "http",
      "url": "https://kamishibai.tv/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kamishibai-tv
Remote MCP URL: https://kamishibai.tv/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "kamishibai-tv": {
      "url": "https://kamishibai.tv/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kamishibai-tv": {
      "type": "http",
      "url": "https://kamishibai.tv/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kamishibai-tv",
  "transport": "streamable-http",
  "url": "https://kamishibai.tv/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • kamishibai_list — 公開中の紙芝居を新しい順に一覧する(匿名可)。
  • kamishibai_get — slug で紙芝居の状態・題名・各場面(ナレーション/音声/画像ファイル名)を取得。生成中は status=generating。
  • kamishibai_create — テーマを一言渡すと AI が台本・絵・声まで自動生成(1〜2分)。返り値の slug を kamishibai_get で監視。要 Bearer(IMPORT_KEY)。
  • kamishibai_set_visibility — 公開/非表示を切替。pass を空にすると公開、文字列を入れると合言葉付き限定公開(一覧非表示)。要 Bearer。
  • kamishibai_delete — 紙芝居を完全に削除(DB+メディア)。元に戻せません。要 Bearer。