podcraft-ai

miltonvelillac/podcraft-ai
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
PodCraft AI is an agentic AI application that transforms plain text and PDF documents into podcast-style audio using Angular, Python, FastAPI, MCP servers, and an internal script-generation agent.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "podcraft-ai": {
      "command": "uvx",
      "args": [
        "podcraft-ai"
      ]
    }
  }
}

Or install with pip: pip install podcraft-ai

README Excerpt

PodCraft AI is an agentic AI application that transforms plain text and PDF documents into podcast-style audio using Angular, Python, FastAPI, MCP servers, and an internal script-generation agent. ```txt Angular Frontend | Python FastAPI Backend / MCP Host | MCP Host Orchestrator |-- Document MCP Server