Skip to main content
Glama

PodMaster

Local podcast transcription, embedding, and semantic search with an MCP server for AI assistant integration. All processing runs on your machine.

Features

  • Local transcription via faster-whisper (CPU or Metal/CUDA)

  • Semantic search with sentence embeddings + SQLite vector index

  • RSS feed import

  • MCP server for Claude Code, Cursor, and other AI assistants

  • REST API for GUI integrations

  • Full CLI

Related MCP server: LocalNest MCP

Install

pip install podmaster
pip install "podmaster[mcp]"
pip install "podmaster[api]"
pip install "podmaster[all]"

Requires Python 3.11+.

Quick Start

podmaster add "https://feeds.example.com/podcast.xml"
podmaster list podcasts
podmaster list episodes
podmaster transcribe --episode <episode-id>
podmaster search "what did they say about AI agents"
podmaster mcp

Models

PodMaster ships a small, vetted set of on-device models. Run podmaster models for the full list.

Transcription (faster-whisper)

Model

Params

When to use

base

74M

Fast bulk indexing

small (default)

244M

Best accuracy/speed balance

medium

769M

Higher accuracy, ~3x slower

large-v3

1550M

Best accuracy, archival quality

distil-large-v3

756M

Near large-v3 at 2x speed (English)

Embedding (sentence-transformers)

Model

Dim

When to use

all-MiniLM-L6-v2 (default)

384

Fast, proven baseline

BAAI/bge-small-en-v1.5

384

Higher quality, drop-in swap

all-mpnet-base-v2

768

Highest quality (needs re-index on switch)

MCP Integration

{
  "mcpServers": {
    "podmaster": {
      "command": "podmaster",
      "args": ["mcp"]
    }
  }
}

Tools: transcribe_audio, search_library, get_episode_transcript, list_podcasts, list_episodes.

Development

git clone https://github.com/summitmktg/podmaster
cd podmaster
pip install -e ".[all,dev]"
pytest tests/

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that enables AI assistants to perform semantic searches over local document collections using multi-context organization and automatic OCR. It supports various file formats including PDF, DOCX, and images, ensuring all data processing remains local and private.
    Last updated
    6
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A local-first MCP server that provides AI agents with safe codebase access through file discovery, hybrid lexical-semantic search, and project introspection. It features durable local memory and semantic indexing while keeping all data and processing entirely on your local machine.
    Last updated
    74
    61
    5
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    A local MCP server that provides AI coding assistants with semantic search capabilities over codebases. It indexes code using local embeddings and exposes tools for efficient code retrieval, saving tokens and improving response quality.
    Last updated
    31
    4
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Local MCP server that provides semantic search (RAG) over code repositories, enabling AI clients like Claude and Gemini to access project context without manual re-upload.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Local-first RAG engine with MCP server for AI agent integration.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/summitmktg/podmaster'

If you have feedback or need assistance with the MCP directory API, please join our Discord server