Content Tools
kamishibai.tv
A server for creating, listing, and managing AI-generated digital kamishibai (paper theater) stories with scripts, images, and voice narration.
ENDPOINT 1
https://kamishibai.tv/mcp
MCP server metadata
- Name
- kamishibai.tv
- Version
- 1.0.0
テーマを一言渡すと AI が台本・絵・声・字幕まで作る紙芝居サービス。読み取り(kamishibai_list / kamishibai_get)は匿名可。生成・取り込み・公開切替・削除は Authorization: Bearer <IMPORT_KEY> が必須。kamishibai_create は非同期(1〜2分)で、返った slug を kamishibai_get でポーリングして status=ready を待つ。
Known tools 6
kamishibai_createテーマを一言渡すと AI が台本・絵・声まで自動生成(1〜2分)。返り値の slug を kamishibai_get で監視。要 Bearer(IMPORT_KEY)。
Inferred read-onlykamishibai_import既成の台本(と任意の音声/画像 base64)を取り込む。音声を渡せばその声で確実に再生。pass を付けると一覧非表示の限定公開。要 Bearer。
Inferred read-onlykamishibai_set_visibility公開/非表示を切替。pass を空にすると公開、文字列を入れると合言葉付き限定公開(一覧非表示)。要 Bearer。
Inferred read-onlyCONNECT 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.
kamishibai.tv is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.