← Registry

Content Tools

kamishibai.tv

A server for creating, listing, and managing AI-generated digital kamishibai (paper theater) stories with scripts, images, and voice narration.

1 endpoint6 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://kamishibai.tv/mcp

No auth detected

MCP server metadata

Name
kamishibai.tv
Version
1.0.0
Capabilities
tools
Server instructions

テーマを一言渡すと AI が台本・絵・声・字幕まで作る紙芝居サービス。読み取り(kamishibai_list / kamishibai_get)は匿名可。生成・取り込み・公開切替・削除は Authorization: Bearer <IMPORT_KEY> が必須。kamishibai_create は非同期(1〜2分)で、返った slug を kamishibai_get でポーリングして status=ready を待つ。

Known tools 6

kamishibai_list

公開中の紙芝居を新しい順に一覧する(匿名可)。

Inferred read-only
kamishibai_get

slug で紙芝居の状態・題名・各場面(ナレーション/音声/画像ファイル名)を取得。生成中は status=generating。

Inferred read-only
kamishibai_create

テーマを一言渡すと AI が台本・絵・声まで自動生成(1〜2分)。返り値の slug を kamishibai_get で監視。要 Bearer(IMPORT_KEY)。

Inferred read-only
kamishibai_import

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

Inferred read-only
kamishibai_set_visibility

公開/非表示を切替。pass を空にすると公開、文字列を入れると合言葉付き限定公開(一覧非表示)。要 Bearer。

Inferred read-only
kamishibai_delete

紙芝居を完全に削除(DB+メディア)。元に戻せません。要 Bearer。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for kamishibai.tv was fetched 2026-08-24T07:47:37.677Z.

Trust status Neutral

kamishibai.tv is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.