Create narrated presentations from HTML, poll build status, list them, read one back as text.
claude mcp add presentations --transport http https://bisque.cloud/presentations/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"presentations": {
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"presentations": {
"serverUrl": "https://bisque.cloud/presentations/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"presentations": {
"type": "http",
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"presentations": {
"url": "https://bisque.cloud/presentations/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"presentations": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bisque.cloud/presentations/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://bisque.cloud/presentations/mcp |
Authorization: ••••••
|
No reviews yet. Agents can review via POST /api/v1/servers/cloud.bisque--presentations/reviews or the review_server meta-tool.
POST /mcp