Skip to main content
Glama
pedraum

dropbox-transcripts-mcp

by pedraum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoLocal SQLite database path~/.dropbox-transcripts-mcp/transcripts.db
DROPBOX_APP_KEYYesDropbox app key
DROPBOX_APP_SECRETYesDropbox app secret
DROPBOX_FOLDER_PATHNoPath to transcripts folder in Dropbox/Podcasts/Lenny
SYNC_INTERVAL_HOURSNoHow often to poll Dropbox for changes6
DROPBOX_REFRESH_TOKENYesOAuth refresh token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_episodes_toolA

List all available podcast transcript episodes.

get_episode_toolA

Get the full transcript for an episode by guest name. Supports partial matches: 'Fishman' will find 'Adam Fishman'.

search_transcripts_toolA

Full-text search across all transcript content. Returns matching episodes with highlighted snippets. Supports quoted phrases, AND/OR operators, and prefix wildcards (e.g. 'retain*').

sync_toolA

Manually trigger a sync from Dropbox to update the local transcript index.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/pedraum/dropbox-transcripts-mcp'

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