DeepSRT MCP Server - YouTube video summarization and transcript extraction
DeepSRT MCP Server - YouTube video summarization and transcript extraction. The deepsrt mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 3 defined tools rather than through you.
A Model Context Protocol (MCP) server that provides YouTube video summarization and transcript extraction functionality through integration with DeepSRT's API and direct YouTube caption access.
@deepsrt/deepsrt-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
get_summary — The get_summary tool exposed by this serverget_transcript — The get_transcript tool exposed by this serverExamples — See the examples/ directory for reference implementations: - examples/standalone-summarizer.ts - Standalone script showing direct API usage patternsThis sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Deepsrt MCP's toolset — get_summary, get_transcript, Examples — is a fair guide to whether it matches your workflow. It is maintained by DeepSRT; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_summary | The get_summary tool exposed by this server. |
| get_transcript | The get_transcript tool exposed by this server. |
| Examples | See the examples/ directory for reference implementations: - examples/standalone-summarizer.ts - Standalone script showing direct API usage patterns |
{
"mcpServers": {
"deepsrt": {
"type": "stdio",
"command": "bunx",
"args": [
"@deepsrt/deepsrt-mcp@latest",
"--server"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.