AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Slideia

mcp-fidelisaboke-slideia · by Fidelisaboke

AI-powered slide generator that creates slide templates from scratch.

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add mcp-fidelisaboke-slideia

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-fidelisaboke-slideia)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
26d ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Slideia? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Slideia

Project Overview

Slideia is an open-source application and service for generating presentation slide decks using large language models (LLMs). Built as a modern monorepo, it features a Next.js frontend and a FastAPI backend. It can propose outlines, draft slide content, and export to PowerPoint via API, UI, CLI, or MCP protocol.

Repository Structure

This project is structured as a monorepo using Turborepo, pnpm workspaces, and uv workspaces to natively support multi-language local caching and fast builds.

  • apps/frontend/: Next.js web application for the UI.
  • apps/backend/: FastAPI Python application handling presentation generation, LLM integrations, and PowerPoint exports.
  • packages/: Shared configurations and common tooling.

Tech Stack

Frontend

  • Next.js (React)
  • Tailwind CSS / ui.shadcn
  • pnpm

Backend

  • Python 3.11+
  • FastAPI (HTTP API)
  • python-pptx (PowerPoint export)
  • MCP (Model Context Protocol) server
  • pytest & ruff (testing and linting)
  • uv (Python package manager)

Infrastructure

  • Turborepo
  • Docker / Docker Compose
  • GitHub Actions

Installation and Setup

Pre-requisites

  • Node.js 20+ and pnpm
  • Python 3.11+ and uv
  • API key for OpenRouter

Setup Instructions

  1. Clone the repository:

``bash git clone https://github.com/Fidelisaboke/slideia.git cd slideia ``

  1. Install all dependencies (Node and Python) from the root workspace:

``bash pnpm install uv sync --all-packages ``

  1. Set up LLM API keys for the backend:
  • For OpenRouter: export OPENROUTER_API_KEY=your_api_key
  • Alternatively, create an .env file in apps/backend/ and set OPENROUTER_API_KEY=your_api_key

Basic Usage

  • Run the full local development stack (Frontend & Backend):

``bash pnpm turbo run dev ``

  • Run the validation pipeline (Linting & Testing):

``bash pnpm turbo run lint test ``

  • Run the MCP server independently:

``bash cd apps/backend uv run python -m slideia.server ``

  • Generate a full slide deck via API:

``bash curl -X POST http://localhost:8000/generate_deck \ -H 'Content-Type: application/json' \ -d '{"topic": "AI in Education", "audience": "Teachers", "tone": "formal", "slides": 5}' ``

Acknowledgement

  • Built with inspiration from the open-source LLM and presentation tooling community.
  • Uses OpenRouter for free LLM access.

License

This project is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.