- Explore MCP Servers
- mcp-youtube-subtitles-extractor
Mcp Youtube Subtitles Extractor
What is Mcp Youtube Subtitles Extractor
mcp-youtube-subtitles-extractor is an MCP server designed to extract subtitles from a specified YouTube link, enabling users to access and utilize video transcripts easily.
Use cases
Use cases for mcp-youtube-subtitles-extractor include generating transcripts for educational videos, creating subtitles for video content in different languages, and assisting hearing-impaired individuals by providing accessible video content.
How to use
To use mcp-youtube-subtitles-extractor, first ensure that you have the necessary prerequisites installed, such as .NET 9 SDK and Azure Functions Core Tools. Then, run the server locally by starting the Azure Functions app or deploy it remotely on Azure after logging in with Azure CLI.
Key features
Key features of mcp-youtube-subtitles-extractor include the ability to extract subtitles from YouTube videos, support for local and remote execution, and integration with Azure services for enhanced functionality.
Where to use
mcp-youtube-subtitles-extractor can be used in various fields such as education, content creation, and accessibility, where subtitle extraction is beneficial for analysis, translation, or content repurposing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Youtube Subtitles Extractor
mcp-youtube-subtitles-extractor is an MCP server designed to extract subtitles from a specified YouTube link, enabling users to access and utilize video transcripts easily.
Use cases
Use cases for mcp-youtube-subtitles-extractor include generating transcripts for educational videos, creating subtitles for video content in different languages, and assisting hearing-impaired individuals by providing accessible video content.
How to use
To use mcp-youtube-subtitles-extractor, first ensure that you have the necessary prerequisites installed, such as .NET 9 SDK and Azure Functions Core Tools. Then, run the server locally by starting the Azure Functions app or deploy it remotely on Azure after logging in with Azure CLI.
Key features
Key features of mcp-youtube-subtitles-extractor include the ability to extract subtitles from YouTube videos, support for local and remote execution, and integration with Azure services for enhanced functionality.
Where to use
mcp-youtube-subtitles-extractor can be used in various fields such as education, content creation, and accessibility, where subtitle extraction is beneficial for analysis, translation, or content repurposing.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Server: Youtube Subtitles Extractor
👉👉👉 MOVED TO https://github.com/microsoft/mcp-dotnet-samples 👈👈👈
This is an MCP server that extracts subtitles from a given YouTube link.
Prerequisites
- .NET 9 SDK
- Visual Studio Code with
- C# Dev Kit extension
- Azure Functions extension extension
- Azure Functions Core Tools
- Azure CLI
- Azure Developer CLI
- Docker Desktop
Getting Started
- Run Azure Functions MCP server locally
- Run Azure Functions MCP server remotely
- Connect MCP server to an MCP host/client
Run Azure Functions MCP server locally
-
Get the repository root
# bash/zsh REPOSITORY_ROOT=$(git rev-parse --show-toplevel)# PowerShell $REPOSITORY_ROOT = git rev-parse --show-toplevel -
Run the function app
cd $REPOSITORY_ROOT/src/McpYouTubeSubtitlesExtractor.FunctionApp func start
Run Azure Functions MCP server remotely
-
Login to Azure
# Login with Azure CLI az login # Login with Azure Developer CLI azd auth login -
Deploy the Function app to Azure
azd upWhile provisioning and deploying, you’ll be asked to provide subscription ID, location, environment name and vNet
-
After the deployment is complete, get the information by running the following commands:
-
function app name:
azd env get-value AZURE_FUNCTION_NAME -
MCP server access key:
# bash/zsh az functionapp keys list \ -g rg-$(azd env get-value AZURE_ENV_NAME) \ -n $(azd env get-value AZURE_FUNCTION_NAME) \ --query "systemKeys.mcp_extension" -o tsv# PowerShell az functionapp keys list ` -g rg-$(azd env get-value AZURE_ENV_NAME) ` -n $(azd env get-value AZURE_FUNCTION_NAME) ` --query "systemKeys.mcp_extension" -o tsv
-
Connect MCP server to an MCP host/client
VS Code + Agent Mode + Local MCP server
-
Open Command Palette by typing
F1orCtrl+Shift+Pon Windows orCmd+Shift+Pon Mac OS, and searchMCP: List Servers. -
Choose
mcp-youtube-subtitles-extractor-function-localthen clickStart Server. -
Enter prompt like:
Summarise this YouTube video link in 5 bullet points: https://youtu.be/XwnEtZxaokg?si=V39ta45iMni_Uc_m -
It will ask you to run
get_available_languagesfollowed byget_subtitle. You might be asked to choose language for the subtitle. -
Confirm the summary of the video.
MCP Inspector + Local MCP server
-
Run MCP Inspector
npx @modelcontextprotocol/inspector node build/index.js -
Open a web browser and navigate to the MCP Inspector web app from the URL displayed by the app (e.g. http://0.0.0.0:5173)
-
Set the transport type to
SSE -
Set the URL to your running Function app’s SSE endpoint and Connect:
http://0.0.0.0:7071/runtime/webhooks/mcp/sse -
Click List Tools.
-
Click on a tool and Run Tool with a YouTube link and language code like
enorko.
VS Code + Agent Mode + Remote MCP server
-
Open Command Palette by typing
F1orCtrl+Shift+Pon Windows orCmd+Shift+Pon Mac OS, and searchMCP: List Servers. -
Choose
mcp-youtube-subtitles-extractor-function-remotethen clickStart Server. -
Enter the function app name.
-
Enter the MCP server access key.
-
Enter prompt like:
Summarise this YouTube video link in 5 bullet points: https://youtu.be/XwnEtZxaokg?si=V39ta45iMni_Uc_m -
It will ask you to run
get_available_languagesfollowed byget_subtitle. You might be asked to choose language for the subtitle. -
Confirm the summary of the video.
MCP Inspector + Remote MCP server
-
Run MCP Inspector
npx @modelcontextprotocol/inspector node build/index.js -
Open a web browser and navigate to the MCP Inspector web app from the URL displayed by the app (e.g. http://0.0.0.0:5173)
-
Set the transport type to
SSE -
Set the URL to your running Function app’s SSE endpoint and Connect:
https://<functionapp-name>.azurewebsites.net/runtime/webhooks/mcp/sse?code=<functions-mcp-extension-system-key> -
Click List Tools.
-
Click on a tool and Run Tool with a YouTube link and language code like
enorko.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










