Local-first MCP server & CLI for authoring Bento decks (single-file PPT) with AI agents and live browser preview.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-bento-server": {
"command": "npx",
"args": [
"-y",
"open-yi/mcp-bento-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-bento-server npx -y open-yi/mcp-bento-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bento-server": {
"command": "npx",
"args": [
"-y",
"open-yi/mcp-bento-server"
]
}
}
}