dropbox-transcripts-mcp

pedraum/dropbox-transcripts-mcp
★ 0 stars Python 🗄️ Database Updated 1d ago
MCP server for searching podcast transcripts stored in Dropbox
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": {
    "dropbox-transcripts-": {
      "command": "uvx",
      "args": [
        "dropbox-transcripts-mcp"
      ]
    }
  }
}

Or install with pip: pip install dropbox-transcripts-mcp

README Excerpt

An MCP server that indexes plain-text podcast transcripts stored in Dropbox and makes them searchable inside Claude Code. Syncs automatically as new transcripts are added. - Caches all `.txt` transcripts from a Dropbox folder into a local SQLite database with full-text search (FTS5) - Polls Dropbox every N hours and indexes new or changed files automatically

Tools (10)

DB_PATHDROPBOX_APP_KEYDROPBOX_APP_SECRETDROPBOX_FOLDER_PATHDROPBOX_REFRESH_TOKENSYNC_INTERVAL_HOURSget_episode_toollist_episodes_toolsearch_transcripts_toolsync_tool