Use the MCP server for AI-assisted presentation creation with your favorite AI assistant.
Quick Start with VS Code
- Install the Cline extension for VS Code
- Open VS Code Settings (Cmd/Ctrl + ,)
- Search for "Cline: MCP Servers" and click "Edit in settings.json"
- Add the Narro MCP server configuration
json
{
"cline.mcpServers": {
"reactslides": {
"command": "npx",
"args": ["@reactslides/mcp-server"]
}
}
}Available Tools
create_presentation- Scaffold new projectsadd_slide- Generate slide code with layoutsupdate_slide- Modify existing slidesdelete_slide- Remove slidesapply_theme- Apply themes and stylingexport_presentation- Export to PDF, PPTX, etc.bundle_presentation- Create single-file HTML
With Claude Desktop
For macOS: Edit ~/Library/Application Support/Claude/claude_desktop_config.json
json
{
"mcpServers": {
"reactslides": {
"command": "npx",
"args": ["@reactslides/mcp-server"]
}
}
}